GET /api/bet_types/93482d3f-631e-491a-a489-9c3329a92047/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "93482d3f-631e-491a-a489-9c3329a92047",
    "match": "https://api-prod.gambitprofit.com/api/matches/e8e9f89e-4892-4780-b402-9e661a0a5eb1/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-30T13:08:04.527373-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 (B Miller)",
                "amount": 6728.0
            },
            {
                "team": "KAN (A Marsh)",
                "amount": 3272.0
            }
        ],
        "expected_reward_tokens": 9553.76,
        "profit_sb": 53.76,
        "profit_sb_percentage": 0.57,
        "recommended": true
    },
    "lines": [
        {
            "id": "feeb3bb6-3cb9-4681-8dc8-0e81f3d4faa3",
            "gambit_id": "f017f086-f6b7-4ec0-80a7-45ccd3472977",
            "last_updated": "2023-07-02T11:03:49.443573-04:00",
            "created_at": "2023-06-30T13:08:04.528919-04:00",
            "name": "LOS (B Miller)",
            "reward": "1.42000",
            "odds": "1.43480",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93482d3f-631e-491a-a489-9c3329a92047/?format=api"
        },
        {
            "id": "82b8f0f9-c571-4712-b147-ad1f2b68f821",
            "gambit_id": "1d03fc31-2783-485c-8592-b682da6d229f",
            "last_updated": "2023-07-02T11:03:49.445838-04:00",
            "created_at": "2023-06-30T13:08:04.530637-04:00",
            "name": "KAN (A Marsh)",
            "reward": "2.92000",
            "odds": "3.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/93482d3f-631e-491a-a489-9c3329a92047/?format=api"
        }
    ]
}