GET /api/bet_types/cd274d73-67fe-4d22-950d-52ef191ac67d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd274d73-67fe-4d22-950d-52ef191ac67d",
    "match": "https://api-prod.gambitprofit.com/api/matches/c3037be4-611c-4851-a325-e67f6c7ab6db/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-17T09:23:15.758951-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": "Detroit Red Wings",
                "amount": 5773.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4227.0
            }
        ],
        "expected_reward_tokens": 9467.72,
        "profit_sb": -32.28,
        "profit_sb_percentage": -0.34,
        "recommended": false
    },
    "lines": [
        {
            "id": "49e8f14e-08b8-416f-8262-451593a8123a",
            "gambit_id": "3a24d059-75ae-4d6d-a06b-fac8b9657e87",
            "last_updated": "2023-11-18T18:08:24.522342-05:00",
            "created_at": "2023-11-17T09:23:15.767146-05:00",
            "name": "Detroit Red Wings",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd274d73-67fe-4d22-950d-52ef191ac67d/?format=api"
        },
        {
            "id": "a7d1bfe5-8758-4a0b-94e2-d859182c4e22",
            "gambit_id": "27662cc9-1e05-4193-84fa-349b778e11b7",
            "last_updated": "2023-11-18T18:08:24.518666-05:00",
            "created_at": "2023-11-17T09:23:15.762733-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.24000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd274d73-67fe-4d22-950d-52ef191ac67d/?format=api"
        }
    ]
}