GET /api/bet_types/a7dc96d0-4534-4bdc-a9f7-025d0b05ab3e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7dc96d0-4534-4bdc-a9f7-025d0b05ab3e",
    "match": "https://api-prod.gambitprofit.com/api/matches/56f90406-c7ec-427c-874f-bbf0cb686042/?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 7.5",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d7a5e41-647e-46bc-979b-3f33f0fb88a9",
            "gambit_id": "c67eb47a-acb2-407e-90f8-6c55b06d5e64",
            "last_updated": "2022-10-04T13:17:03.814279-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dc96d0-4534-4bdc-a9f7-025d0b05ab3e/?format=api"
        },
        {
            "id": "a75dd0c6-bc20-4bf2-9204-7583e16bb078",
            "gambit_id": "e32f052e-2a68-4780-ae09-af7beda1251e",
            "last_updated": "2022-10-04T13:17:03.815524-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7dc96d0-4534-4bdc-a9f7-025d0b05ab3e/?format=api"
        }
    ]
}