GET /api/bet_types/fc0726de-75be-4a25-bd7c-e1e9cbf56bb7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc0726de-75be-4a25-bd7c-e1e9cbf56bb7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e5c24aa8-7a82-4dc1-9842-1de02a89391d/?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": "New Orleans Pelicans",
                "amount": 5397.0
            },
            {
                "team": "Chicago Bulls",
                "amount": 4603.0
            }
        ],
        "expected_reward_tokens": 9066.96,
        "profit_sb": 66.96,
        "profit_sb_percentage": 0.74,
        "recommended": true
    },
    "lines": [
        {
            "id": "0de36902-89a3-403c-bb09-efc01dc5efe7",
            "gambit_id": "178e3586-4055-486d-82bc-0ba2bfeced57",
            "last_updated": "2022-11-10T09:17:43.448819-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.68000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0726de-75be-4a25-bd7c-e1e9cbf56bb7/?format=api"
        },
        {
            "id": "be28dc69-36ba-4a24-8efe-f16bd2435028",
            "gambit_id": "9613559b-8e3c-46bb-ab8a-45e0991def87",
            "last_updated": "2022-11-10T09:17:43.447681-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bulls",
            "reward": "1.97000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc0726de-75be-4a25-bd7c-e1e9cbf56bb7/?format=api"
        }
    ]
}