GET /api/bet_types/9b6056a7-87fe-45bf-8c37-ea68e278dfd3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9b6056a7-87fe-45bf-8c37-ea68e278dfd3",
    "match": "https://api-prod.gambitprofit.com/api/matches/98768673-7f79-485a-9a82-904c03bec9ae/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-04T09:18:23.417663-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": "Nashville Predators",
                "amount": 5319.0
            },
            {
                "team": "Calgary Flames",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "ac22664f-8b69-4311-b401-bca49a597fdb",
            "gambit_id": "caf47b5f-65fe-4e5e-8f07-5478a5a362d8",
            "last_updated": "2024-01-05T23:03:07.019838-05:00",
            "created_at": "2024-01-04T09:18:23.425758-05:00",
            "name": "Nashville Predators",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6056a7-87fe-45bf-8c37-ea68e278dfd3/?format=api"
        },
        {
            "id": "279d0a87-f9a6-48b9-b854-452059808b46",
            "gambit_id": "479008d8-9da4-4b62-901b-8263a16d6cb6",
            "last_updated": "2024-01-05T23:03:07.016000-05:00",
            "created_at": "2024-01-04T09:18:23.421932-05:00",
            "name": "Calgary Flames",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9b6056a7-87fe-45bf-8c37-ea68e278dfd3/?format=api"
        }
    ]
}