GET /api/bet_types/5d04a7b8-5228-4d95-ae8d-0a67fae9ec19/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5d04a7b8-5228-4d95-ae8d-0a67fae9ec19",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d8ee17f-1c15-4780-be2e-bcb38f6f12a0/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:10.416826-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": 5512.0
            },
            {
                "team": "Florida Panthers",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "e080b2e3-4fbc-4b28-9b5c-586887d71ee2",
            "gambit_id": "c785d556-2418-42e5-be54-70cb37f36961",
            "last_updated": "2024-01-22T12:08:22.681378-05:00",
            "created_at": "2024-01-19T09:33:10.421120-05:00",
            "name": "Minnesota Wild",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d04a7b8-5228-4d95-ae8d-0a67fae9ec19/?format=api"
        },
        {
            "id": "3ef6fa22-3b63-41b0-b14f-f64570316bf2",
            "gambit_id": "6a4d146c-87ab-4d9d-87b3-34623db2bdff",
            "last_updated": "2024-01-22T12:08:22.684850-05:00",
            "created_at": "2024-01-19T09:33:10.425613-05:00",
            "name": "Florida Panthers",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5d04a7b8-5228-4d95-ae8d-0a67fae9ec19/?format=api"
        }
    ]
}