GET /api/bet_types/01feff3e-e6dd-4432-ac1e-4ede2a277d5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "01feff3e-e6dd-4432-ac1e-4ede2a277d5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/8cf07bc9-f080-485e-9880-491b768bd5b6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-25T09:28:23.757677-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": "MIA (E Perez)",
                "amount": 6070.0
            },
            {
                "team": "PIT (J Oviedo)",
                "amount": 3930.0
            }
        ],
        "expected_reward_tokens": 9589.2,
        "profit_sb": 89.2,
        "profit_sb_percentage": 0.94,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca7b3698-1039-4153-aba5-cd851be26272",
            "gambit_id": "62ef4872-2ca5-45a0-8879-648cd27f1fad",
            "last_updated": "2023-06-26T20:13:20.877852-04:00",
            "created_at": "2023-06-25T09:28:23.760628-04:00",
            "name": "MIA (E Perez)",
            "reward": "1.58000",
            "odds": "1.60610",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01feff3e-e6dd-4432-ac1e-4ede2a277d5a/?format=api"
        },
        {
            "id": "bf9b78c1-8fa5-410b-9a1b-4a04fdf68f68",
            "gambit_id": "f822df1b-6952-4786-a922-69f1f1ebe87a",
            "last_updated": "2023-06-26T20:13:20.875436-04:00",
            "created_at": "2023-06-25T09:28:23.759121-04:00",
            "name": "PIT (J Oviedo)",
            "reward": "2.44000",
            "odds": "2.50000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/01feff3e-e6dd-4432-ac1e-4ede2a277d5a/?format=api"
        }
    ]
}