GET /api/bet_types/1bdc22b6-7b52-4d92-898b-05e8f895451a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1bdc22b6-7b52-4d92-898b-05e8f895451a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8f75bcaf-4cb5-42f8-bc67-67897865d1c7/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-11T09:38:24.977259-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": "SDG (B Snell)",
                "amount": 5980.0
            },
            {
                "team": "ARI (R Nelson)",
                "amount": 4020.0
            }
        ],
        "expected_reward_tokens": 9567.6,
        "profit_sb": 67.6,
        "profit_sb_percentage": 0.71,
        "recommended": true
    },
    "lines": [
        {
            "id": "e9320192-38c3-4cf4-b75d-ad2c2ad066d7",
            "gambit_id": "5463ae96-ff71-41d6-9a61-2c8f0ba973b9",
            "last_updated": "2023-08-12T18:08:07.104796-04:00",
            "created_at": "2023-08-11T09:38:24.984304-04:00",
            "name": "SDG (B Snell)",
            "reward": "1.60000",
            "odds": "1.62500",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdc22b6-7b52-4d92-898b-05e8f895451a/?format=api"
        },
        {
            "id": "fc6fba8a-f353-43a5-a3a1-ebefbe76971b",
            "gambit_id": "8a996014-87dd-4c6c-aecd-8919b5a7dd61",
            "last_updated": "2023-08-12T18:08:07.108248-04:00",
            "created_at": "2023-08-11T09:38:24.992233-04:00",
            "name": "ARI (R Nelson)",
            "reward": "2.38000",
            "odds": "2.45000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1bdc22b6-7b52-4d92-898b-05e8f895451a/?format=api"
        }
    ]
}