GET /api/bet_types/64e8d3d4-6b16-45b3-86d3-b9f52d553bbc/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "64e8d3d4-6b16-45b3-86d3-b9f52d553bbc",
    "match": "https://api-prod.gambitprofit.com/api/matches/c89a79a4-50c8-4a22-a3e8-b8a35106032d/?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": "Carolina Hurricanes",
                "amount": 5829.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "9608758e-0a4a-4e41-810d-c0b7e9b58e68",
            "gambit_id": "12b1f9b3-522d-49ee-a9af-9cb05dee02ac",
            "last_updated": "2022-12-19T10:47:30.987092-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Carolina Hurricanes",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e8d3d4-6b16-45b3-86d3-b9f52d553bbc/?format=api"
        },
        {
            "id": "919fe338-f9f2-41b8-8e41-3fee6256ca38",
            "gambit_id": "c22509b0-ca1a-4177-9149-a00ee1813346",
            "last_updated": "2022-12-19T10:47:30.988098-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Stars",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/64e8d3d4-6b16-45b3-86d3-b9f52d553bbc/?format=api"
        }
    ]
}