GET /api/bet_types/d06e3d5a-9f3e-4c88-a0f9-04ae2bc71d91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d06e3d5a-9f3e-4c88-a0f9-04ae2bc71d91",
    "match": "https://api-prod.gambitprofit.com/api/matches/11e402e0-d791-415b-ac45-02c057fec2ca/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-20T10:51:58.153153-04: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 9",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 9",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "af7dd2f8-1c67-4e7e-84a3-0d338851dc29",
            "gambit_id": "ff2a8b7b-c4b8-4b5d-a28e-13c1f27358b3",
            "last_updated": "2023-05-22T13:17:10.637908-04:00",
            "created_at": "2023-05-20T10:51:58.155486-04:00",
            "name": "Game Total Over 9",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06e3d5a-9f3e-4c88-a0f9-04ae2bc71d91/?format=api"
        },
        {
            "id": "9ddac1e8-3aff-4171-b086-47964a9ad0fb",
            "gambit_id": "341b5984-3c77-4f88-ad24-023a3e430c3c",
            "last_updated": "2023-05-22T13:17:10.636384-04:00",
            "created_at": "2023-05-20T10:51:58.157501-04:00",
            "name": "Game Total Under 9",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d06e3d5a-9f3e-4c88-a0f9-04ae2bc71d91/?format=api"
        }
    ]
}