GET /api/bet_types/b1c4752d-fcdc-4292-bcec-6cec93f912e6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1c4752d-fcdc-4292-bcec-6cec93f912e6",
    "match": "https://api-prod.gambitprofit.com/api/matches/00277846-7f93-4d68-b847-795fa4fa64e9/?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": "Kansas",
                "amount": 5000.0
            },
            {
                "team": "TCU",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "e958917d-8dc0-445c-ae2e-3681f810ebfc",
            "gambit_id": "eb2774d5-c64b-465d-a9e1-a6099afe0605",
            "last_updated": "2022-10-09T18:32:12.380226-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Kansas",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1c4752d-fcdc-4292-bcec-6cec93f912e6/?format=api"
        },
        {
            "id": "60ca0a6f-a53f-46b9-9a34-b9c0a5f2e186",
            "gambit_id": "d1a94778-146b-4851-acb9-72044980e6cb",
            "last_updated": "2022-10-09T18:32:12.381235-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TCU",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "-7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1c4752d-fcdc-4292-bcec-6cec93f912e6/?format=api"
        }
    ]
}