GET /api/bet_types/29269fb5-b70d-4e6d-a9ba-80eb33591724/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29269fb5-b70d-4e6d-a9ba-80eb33591724",
    "match": "https://api-prod.gambitprofit.com/api/matches/4caaa390-2d22-4250-8b22-aca429f86efc/?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": "Miami Heat",
                "amount": 7209.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2791.0
            }
        ],
        "expected_reward_tokens": 9154.48,
        "profit_sb": 154.48,
        "profit_sb_percentage": 1.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "e51316c4-5c7f-4f12-ab9d-829a1f6d5ab3",
            "gambit_id": "fd37ea9b-e609-4683-bbcf-2c041c30a212",
            "last_updated": "2022-12-19T10:37:30.590203-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Miami Heat",
            "reward": "1.27000",
            "odds": "1.31250",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29269fb5-b70d-4e6d-a9ba-80eb33591724/?format=api"
        },
        {
            "id": "ab726c46-2874-48b6-92f2-33d6f6a9d761",
            "gambit_id": "3f7bd9df-04e5-40d9-b2e9-2ec2891b474d",
            "last_updated": "2022-12-19T10:37:30.591492-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.28000",
            "odds": "3.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/29269fb5-b70d-4e6d-a9ba-80eb33591724/?format=api"
        }
    ]
}