GET /api/bet_types/3ec634d1-3f18-4ca4-b71c-53d3273b4d0b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ec634d1-3f18-4ca4-b71c-53d3273b4d0b",
    "match": "https://api-prod.gambitprofit.com/api/matches/d3f0536e-c84f-46e4-b1c1-d4209c2b121e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-18T10:18:20.029215-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": "Minnesota Wild",
                "amount": 6449.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "0f7e8550-bacf-41c4-94e8-373f868350fc",
            "gambit_id": "f429cf3c-a746-4d0b-93d1-0426711ea05a",
            "last_updated": "2024-01-19T20:38:12.650194-05:00",
            "created_at": "2024-01-18T10:18:20.033299-05:00",
            "name": "Minnesota Wild",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ec634d1-3f18-4ca4-b71c-53d3273b4d0b/?format=api"
        },
        {
            "id": "6c6e391a-0f4e-4d68-a1a4-ec0844474831",
            "gambit_id": "60b077a7-fc0d-44f4-96d0-d8d70a17eb3f",
            "last_updated": "2024-01-19T20:38:12.653585-05:00",
            "created_at": "2024-01-18T10:18:20.039877-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ec634d1-3f18-4ca4-b71c-53d3273b4d0b/?format=api"
        }
    ]
}