GET /api/bet_types/47e378d9-50f4-40b0-807d-695265d25fbf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "47e378d9-50f4-40b0-807d-695265d25fbf",
    "match": "https://api-prod.gambitprofit.com/api/matches/240ad38f-4fa5-47be-8fce-21ee4af28fe5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-30T09:58:15.113210-04: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": "BOS (B Bernardino)",
                "amount": 5000.0
            },
            {
                "team": "SFO (S Alexander)",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9550.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.53,
        "recommended": true
    },
    "lines": [
        {
            "id": "ba84d930-b507-472a-813b-7de48eea6315",
            "gambit_id": "e5c7774a-2150-4579-b2af-85569f344367",
            "last_updated": "2023-07-31T18:08:15.003686-04:00",
            "created_at": "2023-07-30T09:58:15.118663-04:00",
            "name": "BOS (B Bernardino)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47e378d9-50f4-40b0-807d-695265d25fbf/?format=api"
        },
        {
            "id": "a037d955-09e6-47e9-9bd1-95b3af26db83",
            "gambit_id": "ceb614a9-dd5e-466f-ad2d-7ad68764d84d",
            "last_updated": "2023-07-31T18:08:15.008472-04:00",
            "created_at": "2023-07-30T09:58:15.123035-04:00",
            "name": "SFO (S Alexander)",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/47e378d9-50f4-40b0-807d-695265d25fbf/?format=api"
        }
    ]
}