GET /api/bet_types/29e9dff7-ece1-4a85-ba08-5e8db6be7dce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29e9dff7-ece1-4a85-ba08-5e8db6be7dce",
    "match": "https://api-prod.gambitprofit.com/api/matches/914ed757-03c6-432b-9c7d-9f7cee0106bf/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-23T09:17:59.443841-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": "Charlotte Hornets",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "fb95370b-08b6-4404-b909-c9dac57dce40",
            "gambit_id": "2bd2770f-265f-4f73-a52d-88f206c4a269",
            "last_updated": "2023-12-26T15:18:20.735279-05:00",
            "created_at": "2023-12-23T09:17:59.452041-05:00",
            "name": "Charlotte Hornets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e9dff7-ece1-4a85-ba08-5e8db6be7dce/?format=api"
        },
        {
            "id": "b4f4ba5d-5013-4788-a45a-d78a354c5d0a",
            "gambit_id": "3bc2ace8-9100-41ef-b5db-b5c6c42fcea4",
            "last_updated": "2023-12-26T15:18:20.727913-05:00",
            "created_at": "2023-12-23T09:17:59.447279-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-11.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29e9dff7-ece1-4a85-ba08-5e8db6be7dce/?format=api"
        }
    ]
}