GET /api/bet_types/336b4a6f-6270-4cb8-b87c-bfb1085a18fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "336b4a6f-6270-4cb8-b87c-bfb1085a18fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1d45745-5b91-4ef6-b69a-cdd185ac61f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-11T09:02:18.983362-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": "Toronto Maple Leafs",
                "amount": 5614.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "569bf4b5-c2a5-4c41-9b9f-d73efbe615c1",
            "gambit_id": "c764ce4b-66c3-4e56-8d8c-ea481ab2eb0f",
            "last_updated": "2023-04-13T11:22:20.235730-04:00",
            "created_at": "2023-04-11T09:02:18.988205-04:00",
            "name": "Toronto Maple Leafs",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4a6f-6270-4cb8-b87c-bfb1085a18fa/?format=api"
        },
        {
            "id": "54120e57-2292-4637-beb9-f03ed8ea76a1",
            "gambit_id": "14d4a35e-23b5-40a1-a941-fb2c177839b5",
            "last_updated": "2023-04-13T11:22:20.233378-04:00",
            "created_at": "2023-04-11T09:02:18.985584-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/336b4a6f-6270-4cb8-b87c-bfb1085a18fa/?format=api"
        }
    ]
}