GET /api/bet_types/2f7e9af9-51c4-46d3-ac75-b3aa6f24aaf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f7e9af9-51c4-46d3-ac75-b3aa6f24aaf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f0536e-c84f-46e4-b1c1-d4209c2b121e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-18T10:18:20.012724-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": "Tampa Bay Lightning",
                "amount": 5614.0
            },
            {
                "team": "Minnesota Wild",
                "amount": 4386.0
            }
        ],
        "expected_reward_tokens": 9429.9,
        "profit_sb": -70.1,
        "profit_sb_percentage": -0.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "6f45bba8-68d0-48ed-a797-915a120b2417",
            "gambit_id": "19d08d04-0c22-4c08-874e-63c3bd6bc0cd",
            "last_updated": "2024-01-19T20:38:12.643387-05:00",
            "created_at": "2024-01-18T10:18:20.023583-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7e9af9-51c4-46d3-ac75-b3aa6f24aaf1/?format=api"
        },
        {
            "id": "18ce935f-5c79-4e8b-b86b-15719b81014c",
            "gambit_id": "1ba6beca-dc36-4fe5-8a24-65363035c317",
            "last_updated": "2024-01-19T20:38:12.639986-05:00",
            "created_at": "2024-01-18T10:18:20.018425-05:00",
            "name": "Minnesota Wild",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f7e9af9-51c4-46d3-ac75-b3aa6f24aaf1/?format=api"
        }
    ]
}