GET /api/bet_types/c35ed702-9f25-4b0b-8cef-b48831306913/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c35ed702-9f25-4b0b-8cef-b48831306913",
    "match": "https://api-prod.gambitprofit.com/api/matches/1c5606f7-ec6c-4666-b487-9524c14e4a50/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-09T08:48:14.480259-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": "New York Islanders",
                "amount": 6399.0
            },
            {
                "team": "Los Angeles Kings",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "3ec48db1-f63b-4e6a-b219-d3b004ce8bf8",
            "gambit_id": "80df44a2-5df4-48f1-b7cd-de2491aa4e9e",
            "last_updated": "2023-12-11T11:33:03.190058-05:00",
            "created_at": "2023-12-09T08:48:14.487943-05:00",
            "name": "New York Islanders",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35ed702-9f25-4b0b-8cef-b48831306913/?format=api"
        },
        {
            "id": "5befa24b-266f-43e6-920b-396d4b7cba13",
            "gambit_id": "b5e7aba0-8257-4f26-a08a-433a3b4e7c0d",
            "last_updated": "2023-12-11T11:33:03.185458-05:00",
            "created_at": "2023-12-09T08:48:14.484031-05:00",
            "name": "Los Angeles Kings",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c35ed702-9f25-4b0b-8cef-b48831306913/?format=api"
        }
    ]
}