GET /api/bet_types/7e837963-0df9-4d00-bb86-861d657ec2ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e837963-0df9-4d00-bb86-861d657ec2ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/49bdf0f2-ed12-421d-9e52-4f8df0f603a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-05T09:53:19.651403-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": "LOS (C Kershaw)",
                "amount": 5541.0
            },
            {
                "team": "MIA (J Luzardo)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3f23012-ece9-4e11-b04b-bfe2f2a6049b",
            "gambit_id": "f3a20bc1-afaf-4477-a339-62325b175e2b",
            "last_updated": "2023-09-06T22:57:55.965360-04:00",
            "created_at": "2023-09-05T09:53:19.656617-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e837963-0df9-4d00-bb86-861d657ec2ac/?format=api"
        },
        {
            "id": "3b3eca26-3842-4ddf-ad15-aa0c6d57fdad",
            "gambit_id": "105d9f9b-a8e4-4579-91cf-1a5473641cd4",
            "last_updated": "2023-09-06T22:57:55.969072-04:00",
            "created_at": "2023-09-05T09:53:19.661507-04:00",
            "name": "MIA (J Luzardo)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e837963-0df9-4d00-bb86-861d657ec2ac/?format=api"
        }
    ]
}