GET /api/bet_types/27d216ec-dc02-406f-9756-5a6faf744712/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "27d216ec-dc02-406f-9756-5a6faf744712",
    "match": "https://api-prod.gambitprofit.com/api/matches/7af01d66-7a52-4bbd-9e65-fa8069f6b76e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-02-18T09:07:15.135213-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": "Calgary Flames",
                "amount": 5610.0
            },
            {
                "team": "New York Rangers",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "77b2acf2-c94e-41f0-b12b-1331d4228156",
            "gambit_id": "3c704ec8-a439-4da2-8f04-0aa648f43dcb",
            "last_updated": "2023-02-19T15:57:14.403471-05:00",
            "created_at": "2023-02-18T09:07:15.136477-05:00",
            "name": "Calgary Flames",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d216ec-dc02-406f-9756-5a6faf744712/?format=api"
        },
        {
            "id": "04ccf960-148e-45f9-b9b3-e1730140a69f",
            "gambit_id": "66d5a624-2869-45f7-b0e0-6a62a2d4bf12",
            "last_updated": "2023-02-19T15:57:14.404718-05:00",
            "created_at": "2023-02-18T09:07:15.137817-05:00",
            "name": "New York Rangers",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/27d216ec-dc02-406f-9756-5a6faf744712/?format=api"
        }
    ]
}