GET /api/bet_types/14da1481-5949-4f97-9c4f-53f845f19970/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "14da1481-5949-4f97-9c4f-53f845f19970",
    "match": "https://api-prod.gambitprofit.com/api/matches/60130768-9b14-41bf-b52f-9eb9b4d38d07/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-10-23T09:23:23.470553-04: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": "HOU (C Javier)",
                "amount": 5530.0
            },
            {
                "team": "TEX (M Scherzer)",
                "amount": 4470.0
            }
        ],
        "expected_reward_tokens": 9565.8,
        "profit_sb": 65.8,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "527835f7-d90e-4f1f-8265-b33043648710",
            "gambit_id": "49e60cc7-7a2d-41cf-a027-2d21b57fb968",
            "last_updated": "2023-10-24T10:18:14.679615-04:00",
            "created_at": "2023-10-23T09:23:23.481197-04:00",
            "name": "HOU (C Javier)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14da1481-5949-4f97-9c4f-53f845f19970/?format=api"
        },
        {
            "id": "7671c401-3e4d-4f8f-af09-3260c9936439",
            "gambit_id": "0bbb73dd-0391-47f3-bce9-c28ec1bf0546",
            "last_updated": "2023-10-24T10:18:14.675775-04:00",
            "created_at": "2023-10-23T09:23:23.476441-04:00",
            "name": "TEX (M Scherzer)",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/14da1481-5949-4f97-9c4f-53f845f19970/?format=api"
        }
    ]
}