GET /api/bet_types/1e9374b2-17fd-40cc-977b-256fe7a2ca09/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1e9374b2-17fd-40cc-977b-256fe7a2ca09",
    "match": "https://api-prod.gambitprofit.com/api/matches/82b7a051-68cf-455d-a235-579a93ed8adb/?format=api",
    "name": "Pick the Winner",
    "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": "NYM (J DeGrom)",
                "amount": 6643.0
            },
            {
                "team": "PHI (A Nola)",
                "amount": 3357.0
            }
        ],
        "expected_reward_tokens": 9298.89,
        "profit_sb": 298.89,
        "profit_sb_percentage": 3.32,
        "recommended": true
    },
    "lines": [
        {
            "id": "732b9ad2-a027-4552-8d82-31a5382549fe",
            "gambit_id": "2226dcd8-5805-41d3-aa78-88dd19f182a4",
            "last_updated": "2022-08-14T13:41:54.263292-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.40000",
            "odds": "1.44440",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9374b2-17fd-40cc-977b-256fe7a2ca09/?format=api"
        },
        {
            "id": "ddb6f444-934f-4296-8c7b-f0a6e0ad5b3c",
            "gambit_id": "295b9331-6276-4040-8692-32099027b5c0",
            "last_updated": "2022-08-14T13:41:54.262887-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI (A Nola)",
            "reward": "2.77000",
            "odds": "2.95000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1e9374b2-17fd-40cc-977b-256fe7a2ca09/?format=api"
        }
    ]
}