GET /api/bet_types/5bfe1044-167c-4e32-8c1a-5bcde1d068ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5bfe1044-167c-4e32-8c1a-5bcde1d068ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/e819790c-d317-4a3a-a411-342ca11f5188/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-03-23T09:06:51.304905-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": "Florida Panthers",
                "amount": 5421.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "9de5f65f-f704-4302-9452-efbd1780fb53",
            "gambit_id": "c784ab7a-5168-4b3a-bfe5-3edfcac7015c",
            "last_updated": "2023-03-24T11:01:59.901777-04:00",
            "created_at": "2023-03-23T09:06:51.306640-04:00",
            "name": "Florida Panthers",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfe1044-167c-4e32-8c1a-5bcde1d068ea/?format=api"
        },
        {
            "id": "7c037f46-a88d-4c6a-b652-dc80b2d9e532",
            "gambit_id": "a67f937d-3df6-456b-9230-5b2b0b0fe916",
            "last_updated": "2023-03-24T11:01:59.905690-04:00",
            "created_at": "2023-03-23T09:06:51.308405-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5bfe1044-167c-4e32-8c1a-5bcde1d068ea/?format=api"
        }
    ]
}