GET /api/bet_types/1cf222a0-f337-4e18-8513-8f867e45fe7c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1cf222a0-f337-4e18-8513-8f867e45fe7c",
    "match": "https://api-prod.gambitprofit.com/api/matches/33e54622-dac8-42a1-b6a1-99890a1c1cfc/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-24T12:57:57.675324-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": "Carolina Panthers",
                "amount": 6390.0
            },
            {
                "team": "Detroit Lions",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "d2a9d1d6-21a5-4561-a0fe-a8a516a39ec7",
            "gambit_id": "3236bf95-c4a0-4e40-a273-a8dbab685199",
            "last_updated": "2023-08-29T09:18:24.018378-04:00",
            "created_at": "2023-08-24T12:57:57.683296-04:00",
            "name": "Carolina Panthers",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf222a0-f337-4e18-8513-8f867e45fe7c/?format=api"
        },
        {
            "id": "339b1433-633a-46d3-bdd5-7743e3d7700d",
            "gambit_id": "b28218b6-22cc-4aff-80da-1d3f79d85c16",
            "last_updated": "2023-08-29T09:18:24.014599-04:00",
            "created_at": "2023-08-24T12:57:57.679364-04:00",
            "name": "Detroit Lions",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1cf222a0-f337-4e18-8513-8f867e45fe7c/?format=api"
        }
    ]
}