GET /api/bet_types/a08fbcf1-3c1a-4785-acdc-31d7789f745f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a08fbcf1-3c1a-4785-acdc-31d7789f745f",
    "match": "https://api-prod.gambitprofit.com/api/matches/f869d4aa-ffd8-4c27-a906-316ef90f0a07/?format=api",
    "name": "Play the Odds",
    "created_at": "2022-12-31T00:17:10.306357-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": "Alabama",
                "amount": 5000.0
            },
            {
                "team": "Kansas State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a7296dd6-b8bd-449e-9ec1-df14ebc33728",
            "gambit_id": "2b727cb0-e263-4004-88c9-96e709a7211b",
            "last_updated": "2023-01-01T10:27:16.154704-05:00",
            "created_at": "2022-12-31T00:17:10.307448-05:00",
            "name": "Alabama",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a08fbcf1-3c1a-4785-acdc-31d7789f745f/?format=api"
        },
        {
            "id": "e541ed2b-5f2b-44cc-a13e-3cdd348403fa",
            "gambit_id": "f1ca7723-110f-4635-8e34-19f88a7c1587",
            "last_updated": "2023-01-01T10:27:16.155817-05:00",
            "created_at": "2022-12-31T00:17:10.308608-05:00",
            "name": "Kansas State",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a08fbcf1-3c1a-4785-acdc-31d7789f745f/?format=api"
        }
    ]
}