GET /api/bet_types/dc6f874c-6df5-457a-b628-6bfd0f85e4e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc6f874c-6df5-457a-b628-6bfd0f85e4e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/979bfae0-8307-4bca-b2bc-b6e9fd089b31/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": false,
        "description": "There is no line under 1.10 reward"
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Miami-Ohio",
                "amount": 5000.0
            },
            {
                "team": "Ohio",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dfaae599-703c-4557-a11b-ff9e22f0c4fe",
            "gambit_id": "ab0f7710-8ff8-44ac-b9b1-351e5df7a83a",
            "last_updated": "2022-11-09T09:48:32.710149-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami-Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc6f874c-6df5-457a-b628-6bfd0f85e4e3/?format=api"
        },
        {
            "id": "d35399fd-59e3-49a2-a921-d0c5fb0f75d3",
            "gambit_id": "9bb60cc5-0e21-4df9-bf70-e42812ca78dd",
            "last_updated": "2022-11-09T09:48:32.711170-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Ohio",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc6f874c-6df5-457a-b628-6bfd0f85e4e3/?format=api"
        }
    ]
}