GET /api/bet_types/edf9e4f2-8532-4c56-810b-924b23a67df7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "edf9e4f2-8532-4c56-810b-924b23a67df7",
    "match": "https://api-prod.gambitprofit.com/api/matches/c22f5940-9384-422e-bee2-c91d80a855d2/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-05T09:32:59.429151-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": "Winnipeg Jets",
                "amount": 6232.0
            },
            {
                "team": "Anaheim Ducks",
                "amount": 3768.0
            }
        ],
        "expected_reward_tokens": 9533.04,
        "profit_sb": 33.04,
        "profit_sb_percentage": 0.35,
        "recommended": true
    },
    "lines": [
        {
            "id": "6c3242a3-974f-49fb-9ea2-f6bfc63337f5",
            "gambit_id": "5e9e053d-80ba-4b4a-a70b-3132a1b34252",
            "last_updated": "2024-01-08T14:18:10.781207-05:00",
            "created_at": "2024-01-05T09:32:59.433058-05:00",
            "name": "Winnipeg Jets",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf9e4f2-8532-4c56-810b-924b23a67df7/?format=api"
        },
        {
            "id": "03bec2c4-573a-4c1d-af43-34e91b9417d1",
            "gambit_id": "89e834b4-1d35-44df-87cb-3fc5a5c81644",
            "last_updated": "2024-01-08T14:18:10.784413-05:00",
            "created_at": "2024-01-05T09:32:59.436840-05:00",
            "name": "Anaheim Ducks",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/edf9e4f2-8532-4c56-810b-924b23a67df7/?format=api"
        }
    ]
}