GET /api/bet_types/0b5b58c6-c37d-480c-862c-9e560001fa27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0b5b58c6-c37d-480c-862c-9e560001fa27",
    "match": "https://api-prod.gambitprofit.com/api/matches/abbff835-137e-4a38-a846-3fdbe520a528/?format=api",
    "name": "Over/Under",
    "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": "Total Rounds Over 2.5",
                "amount": 5568.0
            },
            {
                "team": "Total Rounds Under 2.5",
                "amount": 4432.0
            }
        ],
        "expected_reward_tokens": 8908.32,
        "profit_sb": -91.68,
        "profit_sb_percentage": -1.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "84219db8-eeae-4888-946a-5bc67823382a",
            "gambit_id": "c3f9fb5d-de57-4242-b50c-e3d845d15865",
            "last_updated": "2022-12-05T11:52:18.331707-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b5b58c6-c37d-480c-862c-9e560001fa27/?format=api"
        },
        {
            "id": "2241020b-51bf-4348-be6b-ac526166f238",
            "gambit_id": "cb8c6560-0f69-4e03-9799-c7bc3a5e1437",
            "last_updated": "2022-12-05T11:52:18.330585-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0b5b58c6-c37d-480c-862c-9e560001fa27/?format=api"
        }
    ]
}