GET /api/bet_types/402b2542-9dec-4d3d-9187-70cd5448fe42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "402b2542-9dec-4d3d-9187-70cd5448fe42",
    "match": "https://api-prod.gambitprofit.com/api/matches/b21aa230-cd87-454a-a96d-046090a23af4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-11-04T09:48:05.850425-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": "Boston Bruins",
                "amount": 5602.0
            },
            {
                "team": "Detroit Red Wings",
                "amount": 4398.0
            }
        ],
        "expected_reward_tokens": 9411.36,
        "profit_sb": -88.64,
        "profit_sb_percentage": -0.93,
        "recommended": false
    },
    "lines": [
        {
            "id": "8d115d01-d190-4291-be9a-39dc7d05452d",
            "gambit_id": "1d2b85d2-1e62-4ca0-97b3-af9af405a920",
            "last_updated": "2023-11-06T09:23:27.067868-05:00",
            "created_at": "2023-11-04T09:48:05.858327-04:00",
            "name": "Boston Bruins",
            "reward": "1.68000",
            "odds": "1.71430",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402b2542-9dec-4d3d-9187-70cd5448fe42/?format=api"
        },
        {
            "id": "6634b10b-b4e5-46fd-87a6-abbefcf6d0f4",
            "gambit_id": "c3a9e377-4835-4379-a4bb-3edafa241aac",
            "last_updated": "2023-11-06T09:23:27.071035-05:00",
            "created_at": "2023-11-04T09:48:05.863503-04:00",
            "name": "Detroit Red Wings",
            "reward": "2.14000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/402b2542-9dec-4d3d-9187-70cd5448fe42/?format=api"
        }
    ]
}