GET /api/bet_types/7af5584b-be15-46e5-8e2d-688f19118d24/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7af5584b-be15-46e5-8e2d-688f19118d24",
    "match": "https://api-prod.gambitprofit.com/api/matches/6eb218ed-a677-479b-9e70-a5f924962152/?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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9122.4,
        "profit_sb": -377.6,
        "profit_sb_percentage": -3.97,
        "recommended": false
    },
    "lines": [
        {
            "id": "c880e4f5-5bf6-46a1-8dc3-bf5e0f1ec7a1",
            "gambit_id": "c2484f85-6818-4a8f-b392-33ec19e8ccbf",
            "last_updated": "2022-10-11T11:42:08.121001-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.80000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af5584b-be15-46e5-8e2d-688f19118d24/?format=api"
        },
        {
            "id": "bbcf773a-a7a4-43b6-9210-319a9ac216d8",
            "gambit_id": "53705be4-cdef-40aa-95da-6879ecf6306e",
            "last_updated": "2022-10-11T11:42:08.119823-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.85000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7af5584b-be15-46e5-8e2d-688f19118d24/?format=api"
        }
    ]
}