GET /api/bet_types/67e558cd-22dd-41b7-a65c-f31c565631e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "67e558cd-22dd-41b7-a65c-f31c565631e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/e78aca7f-4fe6-43bf-a4f2-31a7e4610f57/?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": "STL",
                "amount": 5000.0
            },
            {
                "team": "CHC",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "14b790f6-17e8-42a0-80bb-d816bd129c18",
            "gambit_id": "22948a27-262e-478d-a8c3-5a85ba2975d6",
            "last_updated": "2022-09-03T18:57:17.452440-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e558cd-22dd-41b7-a65c-f31c565631e2/?format=api"
        },
        {
            "id": "cb7d9b26-4785-4368-9ec6-1a524ea68f66",
            "gambit_id": "64dbaefa-bf82-466a-82d4-8ddf9a1c0e5d",
            "last_updated": "2022-09-03T18:57:17.453566-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/67e558cd-22dd-41b7-a65c-f31c565631e2/?format=api"
        }
    ]
}