GET /api/bet_types/6360a1dc-5b8f-4b7d-b171-231f14157613/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6360a1dc-5b8f-4b7d-b171-231f14157613",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa09ed50-4883-4480-8b5f-af1553fd200e/?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": "Game Total Over 44",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 44",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "4820fc83-11ee-4e85-939f-1f690a462a5d",
            "gambit_id": "8e90c6f4-99aa-4d28-98e1-9d031970019c",
            "last_updated": "2022-09-12T10:21:59.642044-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 44",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6360a1dc-5b8f-4b7d-b171-231f14157613/?format=api"
        },
        {
            "id": "830c7d51-cb73-4fcc-8148-da23e70779cd",
            "gambit_id": "f531fe2f-9e4e-498c-b1d6-9c4eacc2950e",
            "last_updated": "2022-09-12T10:21:59.640792-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 44",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "44.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6360a1dc-5b8f-4b7d-b171-231f14157613/?format=api"
        }
    ]
}