GET /api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de3f666e-cc3d-4537-920b-97006ca36b2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/c724e72b-c3b2-47e0-859d-472264824a95/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "TOR (Y Kikuchi)",
                "amount": 5881.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 4119.0
            }
        ],
        "expected_reward_tokens": 9350.13,
        "profit_sb": 350.13,
        "profit_sb_percentage": 3.89,
        "recommended": true
    },
    "lines": [
        {
            "id": "240a6b8e-fa69-49e4-99d5-ae92883085cc",
            "gambit_id": "f0420480-421f-4ea3-bbe3-ce8b082ecd4f",
            "last_updated": "2022-08-16T14:02:08.530104-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TOR (Y Kikuchi)",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
        },
        {
            "id": "5bac9ba7-144a-43f5-80da-6a7025811773",
            "gambit_id": "6ec29472-4dcb-4d12-8f1f-7e1ba8b7d232",
            "last_updated": "2022-08-16T14:02:08.530567-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL (K Bradish)",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de3f666e-cc3d-4537-920b-97006ca36b2c/?format=api"
        }
    ]
}