GET /api/bet_types/0a6a396c-9435-43a8-8a5b-adc99511616c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a6a396c-9435-43a8-8a5b-adc99511616c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ed44d87-628f-4da1-9683-bfe94c99fdf9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-14T09:12:19.605789-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": "Montreal Canadiens",
                "amount": 5696.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 4304.0
            }
        ],
        "expected_reward_tokens": 9511.84,
        "profit_sb": 11.84,
        "profit_sb_percentage": 0.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "ff3a258e-9c59-4c14-ac33-af1c05efcb1b",
            "gambit_id": "2e05370f-8799-414a-ad22-e077defd20d5",
            "last_updated": "2023-02-15T10:46:59.154674-05:00",
            "created_at": "2023-02-14T09:12:19.606991-05:00",
            "name": "Montreal Canadiens",
            "reward": "1.67000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6a396c-9435-43a8-8a5b-adc99511616c/?format=api"
        },
        {
            "id": "86885677-3b0f-48f8-9fd7-23b797a05285",
            "gambit_id": "3b10efe1-7d22-4ce9-b59a-59dd4c5e7e63",
            "last_updated": "2023-02-15T10:46:59.156163-05:00",
            "created_at": "2023-02-14T09:12:19.608222-05:00",
            "name": "Chicago Blackhawks",
            "reward": "2.21000",
            "odds": "2.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a6a396c-9435-43a8-8a5b-adc99511616c/?format=api"
        }
    ]
}