GET /api/bet_types/a04cf09c-d07b-472c-803b-1dfe99e8b593/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a04cf09c-d07b-472c-803b-1dfe99e8b593",
    "match": "https://api-prod.gambitprofit.com/api/matches/aa755eba-6060-435d-81ca-6f33e4fd4084/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-18T09:38:27.550183-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": "Seattle Kraken",
                "amount": 6222.0
            },
            {
                "team": "Vancouver Canucks",
                "amount": 3778.0
            }
        ],
        "expected_reward_tokens": 9519.66,
        "profit_sb": 19.66,
        "profit_sb_percentage": 0.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "318c6202-d085-48a0-bf9b-7be524db13d0",
            "gambit_id": "2cb03eda-e8b7-4925-9a48-bfb490c2f7d2",
            "last_updated": "2023-11-20T14:53:33.331459-05:00",
            "created_at": "2023-11-18T09:38:27.554485-05:00",
            "name": "Seattle Kraken",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04cf09c-d07b-472c-803b-1dfe99e8b593/?format=api"
        },
        {
            "id": "8045c3d2-715c-4be5-ad21-3a87e499adf4",
            "gambit_id": "3679050a-e2f2-4049-b3ae-9181d1210de3",
            "last_updated": "2023-11-20T14:53:33.334727-05:00",
            "created_at": "2023-11-18T09:38:27.559197-05:00",
            "name": "Vancouver Canucks",
            "reward": "2.52000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a04cf09c-d07b-472c-803b-1dfe99e8b593/?format=api"
        }
    ]
}