GET /api/bet_types/a8ace9b3-1311-4d9f-badb-cd5f73433f4c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a8ace9b3-1311-4d9f-badb-cd5f73433f4c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b38b0abd-4336-4408-830c-505648cc172e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-09T09:23:03.184543-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": "Los Angeles Kings",
                "amount": 5512.0
            },
            {
                "team": "Tampa Bay Lightning",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "53c6faa4-cf1e-4f48-8e2e-0d2858f95fe4",
            "gambit_id": "3f3e10b8-f0d1-4820-b61c-049874756ed2",
            "last_updated": "2024-01-11T11:13:04.725319-05:00",
            "created_at": "2024-01-09T09:23:03.190616-05:00",
            "name": "Los Angeles Kings",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8ace9b3-1311-4d9f-badb-cd5f73433f4c/?format=api"
        },
        {
            "id": "0b6b7cf9-bb8e-4307-a842-49452f9e1359",
            "gambit_id": "618c5a53-8e40-40be-a69e-57591b74efa3",
            "last_updated": "2024-01-11T11:13:04.730026-05:00",
            "created_at": "2024-01-09T09:23:03.196165-05:00",
            "name": "Tampa Bay Lightning",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a8ace9b3-1311-4d9f-badb-cd5f73433f4c/?format=api"
        }
    ]
}