GET /api/bet_types/5f8fc4e8-4c72-4d1c-8567-d814083472aa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f8fc4e8-4c72-4d1c-8567-d814083472aa",
    "match": "https://api-prod.gambitprofit.com/api/matches/58d43f7d-11d2-4661-b3b0-1ad81b69dcda/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-13T09:32:18.463068-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": "Detroit Red Wings",
                "amount": 5319.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e2ff1b27-f469-4d72-a29c-6f307ca41bfc",
            "gambit_id": "fcdb813d-4a96-4ffb-8d8f-1da99f21a2f0",
            "last_updated": "2023-04-14T12:02:21.849655-04:00",
            "created_at": "2023-04-13T09:32:18.465801-04:00",
            "name": "Detroit Red Wings",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8fc4e8-4c72-4d1c-8567-d814083472aa/?format=api"
        },
        {
            "id": "6c1c3330-7904-4463-b222-3a003c15a599",
            "gambit_id": "34a03c64-90d8-4e61-a24e-89175940b99f",
            "last_updated": "2023-04-14T12:02:21.848000-04:00",
            "created_at": "2023-04-13T09:32:18.464393-04:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f8fc4e8-4c72-4d1c-8567-d814083472aa/?format=api"
        }
    ]
}