GET /api/bet_types/19b81859-5d8a-4da6-8f93-bdf97e256d32/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "19b81859-5d8a-4da6-8f93-bdf97e256d32",
    "match": "https://api-prod.gambitprofit.com/api/matches/99c38c65-9c56-49e0-b804-a82b72f7c0b1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-04T09:32:14.603967-04:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Miami Heat",
                "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": "Miami Heat",
                "amount": 8728.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 1272.0
            }
        ],
        "expected_reward_tokens": 9513.52,
        "profit_sb": 13.52,
        "profit_sb_percentage": 0.14,
        "recommended": true
    },
    "lines": [
        {
            "id": "e3a65d5f-24ac-43e2-82fa-07e130c278c8",
            "gambit_id": "a69eb105-15bc-474d-92c4-6fb89585dc35",
            "last_updated": "2023-04-05T17:42:09.628426-04:00",
            "created_at": "2023-04-04T09:32:14.607378-04:00",
            "name": "Miami Heat",
            "reward": "1.09000",
            "odds": "1.09090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b81859-5d8a-4da6-8f93-bdf97e256d32/?format=api"
        },
        {
            "id": "fec4d15a-160a-47f9-bffb-0c02b14c65fb",
            "gambit_id": "ac252ebe-da8f-4179-b0dd-3c186d7caaa9",
            "last_updated": "2023-04-05T17:42:09.626610-04:00",
            "created_at": "2023-04-04T09:32:14.605478-04:00",
            "name": "Detroit Pistons",
            "reward": "7.48000",
            "odds": "7.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/19b81859-5d8a-4da6-8f93-bdf97e256d32/?format=api"
        }
    ]
}