GET /api/bet_types/93da60a7-de35-4a85-8f57-061698beaa72/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93da60a7-de35-4a85-8f57-061698beaa72",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff05ad1f-fdea-4a00-8127-4c5dce9ab97b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-02-02T09:58:20.109183-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": "Minnesota Timberwolves",
                "amount": 6935.0
            },
            {
                "team": "Orlando Magic",
                "amount": 3065.0
            }
        ],
        "expected_reward_tokens": 9500.95,
        "profit_sb": 0.95,
        "profit_sb_percentage": 0.01,
        "recommended": true
    },
    "lines": [
        {
            "id": "0ad838b2-0c5b-4f2e-aa78-7e3b32c4e0f0",
            "gambit_id": "7a6614d5-bef0-4f0a-9c01-6fbbbe89a355",
            "last_updated": "2024-02-03T10:33:01.490077-05:00",
            "created_at": "2024-02-02T09:58:20.131578-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "1.37000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93da60a7-de35-4a85-8f57-061698beaa72/?format=api"
        },
        {
            "id": "93ded166-2d5e-4208-bdae-230d064ec014",
            "gambit_id": "f79ee419-bf1f-4939-84fe-70919a616b62",
            "last_updated": "2024-02-03T10:33:01.486808-05:00",
            "created_at": "2024-02-02T09:58:20.118552-05:00",
            "name": "Orlando Magic",
            "reward": "3.10000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93da60a7-de35-4a85-8f57-061698beaa72/?format=api"
        }
    ]
}