GET /api/bet_types/f59dbede-f6ca-4e0a-b28e-ac252c1b40f2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f59dbede-f6ca-4e0a-b28e-ac252c1b40f2",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff246ac3-cd4f-479a-baa0-c77cf53c687a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-19T08:53:02.444904-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": "Chicago Blackhawks",
                "amount": 5319.0
            },
            {
                "team": "Colorado Avalanche",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "54f94802-e49a-473f-8497-79502dfd7753",
            "gambit_id": "925ccaf8-0642-4402-94a7-def6c35f8a35",
            "last_updated": "2023-12-21T10:13:18.650651-05:00",
            "created_at": "2023-12-19T08:53:02.454033-05:00",
            "name": "Chicago Blackhawks",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f59dbede-f6ca-4e0a-b28e-ac252c1b40f2/?format=api"
        },
        {
            "id": "2cf156c9-0759-4340-9fe2-281095cc0602",
            "gambit_id": "63bb9ff1-db73-449d-8b83-ebbc72ed23be",
            "last_updated": "2023-12-21T10:13:18.647305-05:00",
            "created_at": "2023-12-19T08:53:02.449374-05:00",
            "name": "Colorado Avalanche",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f59dbede-f6ca-4e0a-b28e-ac252c1b40f2/?format=api"
        }
    ]
}