GET /api/bet_types/30ce2aa5-8be0-49f8-9340-c9f72b803499/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "30ce2aa5-8be0-49f8-9340-c9f72b803499",
    "match": "https://api-prod.gambitprofit.com/api/matches/5528e5ec-7688-4c55-bbb3-9d43158395b8/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "Mississippi",
                "amount": 5106.0
            },
            {
                "team": "LSU",
                "amount": 4894.0
            }
        ],
        "expected_reward_tokens": 9395.04,
        "profit_sb": -104.96,
        "profit_sb_percentage": -1.1,
        "recommended": false
    },
    "lines": [
        {
            "id": "f88aa0cc-d17e-45ad-867a-780a0b64eedb",
            "gambit_id": "5a67e403-1e48-4be3-a2cc-7a606eb6594f",
            "last_updated": "2022-10-23T13:01:55.516529-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Mississippi",
            "reward": "1.84000",
            "odds": "1.86960",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ce2aa5-8be0-49f8-9340-c9f72b803499/?format=api"
        },
        {
            "id": "ba29a28b-7a77-4a37-b875-111d91808449",
            "gambit_id": "2abe69ea-e96b-4dcc-a570-e1b779984724",
            "last_updated": "2022-10-23T13:01:55.515552-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.92000",
            "odds": "1.95240",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/30ce2aa5-8be0-49f8-9340-c9f72b803499/?format=api"
        }
    ]
}