GET /api/bet_types/bd34437d-9c45-4034-8d50-a1e29506e70a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bd34437d-9c45-4034-8d50-a1e29506e70a",
    "match": "https://api-prod.gambitprofit.com/api/matches/44175f8a-4900-43e5-ae44-b16a00d87e85/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-12-18T09:53:18.846625-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10900.0,
        "profit_sb": 1400.0,
        "profit_sb_percentage": 14.74,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Sacramento Kings",
                "amount": 8724.0
            },
            {
                "team": "Washington Wizards",
                "amount": 1276.0
            }
        ],
        "expected_reward_tokens": 9506.2,
        "profit_sb": 6.2,
        "profit_sb_percentage": 0.07,
        "recommended": true
    },
    "lines": [
        {
            "id": "c14ba4c8-2ec3-44da-a9a7-2f58f578641f",
            "gambit_id": "26d91ad8-1c61-42bc-8b71-ca5487b44def",
            "last_updated": "2023-12-19T20:48:13.650622-05:00",
            "created_at": "2023-12-18T09:53:18.855147-05:00",
            "name": "Sacramento Kings",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd34437d-9c45-4034-8d50-a1e29506e70a/?format=api"
        },
        {
            "id": "871fa9e1-0c0b-4006-80fc-1e981ce05584",
            "gambit_id": "3eea9162-e566-4f22-9649-19ab9c2f9fb8",
            "last_updated": "2023-12-19T20:48:13.647323-05:00",
            "created_at": "2023-12-18T09:53:18.850459-05:00",
            "name": "Washington Wizards",
            "reward": "7.45000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bd34437d-9c45-4034-8d50-a1e29506e70a/?format=api"
        }
    ]
}