GET /api/bet_types/7e0e2f22-3954-461b-81f5-3e9acbbaf00c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e0e2f22-3954-461b-81f5-3e9acbbaf00c",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a5370a8-929a-490a-8be5-c1b729d7b724/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:17.340632-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": "Calgary Flames",
                "amount": 7722.0
            },
            {
                "team": "Chicago Blackhawks",
                "amount": 2278.0
            }
        ],
        "expected_reward_tokens": 9498.06,
        "profit_sb": -1.94,
        "profit_sb_percentage": -0.02,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2636dcb-4016-4ead-9fb6-a34c4633f9e9",
            "gambit_id": "f577eb85-9154-4407-b136-e5e930dc8459",
            "last_updated": "2023-04-05T22:47:03.695833-04:00",
            "created_at": "2023-04-04T09:32:17.342180-04:00",
            "name": "Calgary Flames",
            "reward": "1.23000",
            "odds": "1.23810",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0e2f22-3954-461b-81f5-3e9acbbaf00c/?format=api"
        },
        {
            "id": "ef336396-5aac-43e2-b2b6-ac8084b63a6e",
            "gambit_id": "e8af0eca-4302-4661-986b-a60b6d8667df",
            "last_updated": "2023-04-05T22:47:03.698161-04:00",
            "created_at": "2023-04-04T09:32:17.343766-04:00",
            "name": "Chicago Blackhawks",
            "reward": "4.17000",
            "odds": "4.30000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e0e2f22-3954-461b-81f5-3e9acbbaf00c/?format=api"
        }
    ]
}