GET /api/bet_types/72c1fc0b-a5af-4e3e-b9f1-adece5c8082e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "72c1fc0b-a5af-4e3e-b9f1-adece5c8082e",
    "match": "https://api-prod.gambitprofit.com/api/matches/eba48448-4d91-4926-bf85-52ad7e070fad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-01-25T09:46:54.016544-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": 5610.0
            },
            {
                "team": "Minnesota Timberwolves",
                "amount": 4390.0
            }
        ],
        "expected_reward_tokens": 9480.9,
        "profit_sb": -19.1,
        "profit_sb_percentage": -0.2,
        "recommended": false
    },
    "lines": [
        {
            "id": "100707d7-eb24-4741-b5d9-cddca2a941ba",
            "gambit_id": "58edc8a2-9ba4-4102-8282-8499960ba47f",
            "last_updated": "2023-01-26T10:57:01.485803-05:00",
            "created_at": "2023-01-25T09:46:54.017849-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.69000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c1fc0b-a5af-4e3e-b9f1-adece5c8082e/?format=api"
        },
        {
            "id": "3d7bfcf7-da8c-4677-b074-d1dc73add78b",
            "gambit_id": "5640c98a-eaa8-4fff-aee1-31d51b682b28",
            "last_updated": "2023-01-26T10:57:01.486885-05:00",
            "created_at": "2023-01-25T09:46:54.019103-05:00",
            "name": "Minnesota Timberwolves",
            "reward": "2.16000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/72c1fc0b-a5af-4e3e-b9f1-adece5c8082e/?format=api"
        }
    ]
}