GET /api/bet_types/5ab57005-b231-472c-aca0-d4f5613bca69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5ab57005-b231-472c-aca0-d4f5613bca69",
    "match": "https://api-prod.gambitprofit.com/api/matches/82f2bd97-12ee-434d-bc4c-6f57ecf699a9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-08T09:23:24.096635-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": "LOS (E Sheehan)",
                "amount": 5827.0
            },
            {
                "team": "WAS (M Gore)",
                "amount": 4173.0
            }
        ],
        "expected_reward_tokens": 9556.17,
        "profit_sb": 56.17,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "641fae9a-cec9-4100-8548-9387df2d3d6f",
            "gambit_id": "8e360036-c576-43cf-94f9-7642cf9a1288",
            "last_updated": "2023-09-09T11:33:34.519808-04:00",
            "created_at": "2023-09-08T09:23:24.101233-04:00",
            "name": "LOS (E Sheehan)",
            "reward": "1.64000",
            "odds": "1.66670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab57005-b231-472c-aca0-d4f5613bca69/?format=api"
        },
        {
            "id": "9dc4cdaa-4a40-4802-ac0a-bae9b5796f63",
            "gambit_id": "5ded8330-12af-440c-bf3f-b265df134b2e",
            "last_updated": "2023-09-09T11:33:34.523160-04:00",
            "created_at": "2023-09-08T09:23:24.106713-04:00",
            "name": "WAS (M Gore)",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5ab57005-b231-472c-aca0-d4f5613bca69/?format=api"
        }
    ]
}