GET /api/bet_types/dd1bbab8-35de-414d-81b2-01ab0077bb44/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd1bbab8-35de-414d-81b2-01ab0077bb44",
    "match": "https://api-prod.gambitprofit.com/api/matches/61ae3a60-184d-4308-ae7f-c4cf47f9cf6d/?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 Under 9",
                "amount": 5204.0
            },
            {
                "team": "Game Total Over 9",
                "amount": 4796.0
            }
        ],
        "expected_reward_tokens": 9159.04,
        "profit_sb": 159.04,
        "profit_sb_percentage": 1.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "b41bdb60-93f1-4b2f-969f-0bb852732af1",
            "gambit_id": "8cbeba67-dc9c-4979-8e1f-f2adfe616e2d",
            "last_updated": "2022-08-07T11:02:18.232045-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9",
            "reward": "1.76000",
            "odds": "1.83330",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd1bbab8-35de-414d-81b2-01ab0077bb44/?format=api"
        },
        {
            "id": "aba00cfa-fda8-4562-850b-0bcadeec62a1",
            "gambit_id": "f7776e78-74ba-410e-981f-918ab5ac38b0",
            "last_updated": "2022-08-07T11:02:18.232568-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9",
            "reward": "1.91000",
            "odds": "2.00000",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd1bbab8-35de-414d-81b2-01ab0077bb44/?format=api"
        }
    ]
}