GET /api/bet_types/99f47412-6dc1-41fd-8075-2f044a2740ea/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "99f47412-6dc1-41fd-8075-2f044a2740ea",
    "match": "https://api-prod.gambitprofit.com/api/matches/9adcfe32-9d26-44bb-ae32-8fca3fb833e8/?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": "Boston Celtics",
                "amount": 5571.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 4429.0
            }
        ],
        "expected_reward_tokens": 9079.45,
        "profit_sb": 79.45,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "dc9115f0-6099-4705-ad6c-c760860cc51d",
            "gambit_id": "843037e9-e666-4759-ba56-ef3e789fc66e",
            "last_updated": "2022-12-05T15:47:16.262945-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.63000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f47412-6dc1-41fd-8075-2f044a2740ea/?format=api"
        },
        {
            "id": "a8566cb8-f5f1-4682-aca9-9c7c87b4f99e",
            "gambit_id": "a06dffa6-971e-411c-912a-c80f2a8c1b9f",
            "last_updated": "2022-12-05T15:47:16.261768-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Brooklyn Nets",
            "reward": "2.05000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/99f47412-6dc1-41fd-8075-2f044a2740ea/?format=api"
        }
    ]
}