GET /api/bet_types/54f591bc-b624-4131-b2b3-4bf2f223870e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54f591bc-b624-4131-b2b3-4bf2f223870e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c111122f-133e-4e91-885b-d8e0c147ea83/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-20T11:13:04.121556-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": "Cleveland Browns",
                "amount": 5857.0
            },
            {
                "team": "Houston Texans",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "37b7ff00-85d1-402b-8abb-579960c02db0",
            "gambit_id": "9fb2f870-9950-42b7-baac-8f87250faac6",
            "last_updated": "2023-12-26T20:13:05.583019-05:00",
            "created_at": "2023-12-20T11:13:04.126568-05:00",
            "name": "Cleveland Browns",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f591bc-b624-4131-b2b3-4bf2f223870e/?format=api"
        },
        {
            "id": "c645e681-ab2a-4d45-b6df-412986670ceb",
            "gambit_id": "576033eb-b120-4170-8abd-c75480328c5c",
            "last_updated": "2023-12-26T20:13:05.586383-05:00",
            "created_at": "2023-12-20T11:13:04.132277-05:00",
            "name": "Houston Texans",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54f591bc-b624-4131-b2b3-4bf2f223870e/?format=api"
        }
    ]
}