GET /api/bet_types/e1f837ea-4a2d-4f18-9f9d-0fda22422d68/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1f837ea-4a2d-4f18-9f9d-0fda22422d68",
    "match": "https://api-prod.gambitprofit.com/api/matches/f405dd0d-e09e-4266-b8c4-bd4d47391d5a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:11.105771-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": "St Louis Blues",
                "amount": 6449.0
            },
            {
                "team": "Dallas Stars",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "57f38c33-54a5-4ef4-8ab7-3ac12db90d34",
            "gambit_id": "c53ec3c4-9e78-4d9f-9d09-b3b6aac3b157",
            "last_updated": "2023-12-18T10:23:38.521500-05:00",
            "created_at": "2023-12-16T09:23:11.113182-05:00",
            "name": "St Louis Blues",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f837ea-4a2d-4f18-9f9d-0fda22422d68/?format=api"
        },
        {
            "id": "8a6908f3-96ce-4eb7-97ea-5d7b5a2d2c90",
            "gambit_id": "fc2eb579-62a1-4299-8732-d4f248243665",
            "last_updated": "2023-12-18T10:23:38.518353-05:00",
            "created_at": "2023-12-16T09:23:11.109449-05:00",
            "name": "Dallas Stars",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1f837ea-4a2d-4f18-9f9d-0fda22422d68/?format=api"
        }
    ]
}