GET /api/bet_types/6e9ae6e4-26fa-4f1d-90b2-1a5bcce08f1a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6e9ae6e4-26fa-4f1d-90b2-1a5bcce08f1a",
    "match": "https://api-prod.gambitprofit.com/api/matches/92f2650f-7661-4dee-91dc-f950ed4623ff/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-28T09:33:13.980775-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": "Florida Panthers",
                "amount": 6547.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3453.0
            }
        ],
        "expected_reward_tokens": 9426.69,
        "profit_sb": -73.31,
        "profit_sb_percentage": -0.77,
        "recommended": false
    },
    "lines": [
        {
            "id": "9e650104-1d17-43b0-b09d-b40b6102b9b3",
            "gambit_id": "cd0a97f8-5a1f-4ff8-82a6-000feda80369",
            "last_updated": "2023-11-29T22:03:08.813803-05:00",
            "created_at": "2023-11-28T09:33:13.985974-05:00",
            "name": "Florida Panthers",
            "reward": "1.44000",
            "odds": "1.45450",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9ae6e4-26fa-4f1d-90b2-1a5bcce08f1a/?format=api"
        },
        {
            "id": "4cdceccb-42b3-49be-85a4-717ebfc0feb9",
            "gambit_id": "bef0d9f3-6895-4698-acc3-8153251c805e",
            "last_updated": "2023-11-29T22:03:08.817343-05:00",
            "created_at": "2023-11-28T09:33:13.991762-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.73000",
            "odds": "2.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6e9ae6e4-26fa-4f1d-90b2-1a5bcce08f1a/?format=api"
        }
    ]
}