GET /api/bet_types/bdc1c3ca-9b1a-403b-a4be-bd07088fc161/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "bdc1c3ca-9b1a-403b-a4be-bd07088fc161",
    "match": "https://api-prod.gambitprofit.com/api/matches/ef81393e-734b-468f-96fb-65854f963d86/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-01T09:03:23.763993-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": "ARI (Z Gallen)",
                "amount": 5170.0
            },
            {
                "team": "SFO (A Cobb)",
                "amount": 4830.0
            }
        ],
        "expected_reward_tokens": 9563.4,
        "profit_sb": 63.4,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "544cc810-dea2-4554-98fa-edbe2cc891e7",
            "gambit_id": "4ecd4205-043d-40d8-ae56-c80d13979c20",
            "last_updated": "2023-08-02T19:02:59.456944-04:00",
            "created_at": "2023-08-01T09:03:23.770375-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "1.85000",
            "odds": "1.88500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc1c3ca-9b1a-403b-a4be-bd07088fc161/?format=api"
        },
        {
            "id": "bc78b6c3-13dd-41cf-b365-e32894983b8e",
            "gambit_id": "c49e9af0-3049-4129-abb7-6fbc829b046a",
            "last_updated": "2023-08-02T19:02:59.461870-04:00",
            "created_at": "2023-08-01T09:03:23.777343-04:00",
            "name": "SFO (A Cobb)",
            "reward": "1.98000",
            "odds": "2.03000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/bdc1c3ca-9b1a-403b-a4be-bd07088fc161/?format=api"
        }
    ]
}