GET /api/bet_types/88475543-912e-4a0f-8590-fbf4e58f7c8d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "88475543-912e-4a0f-8590-fbf4e58f7c8d",
    "match": "https://api-prod.gambitprofit.com/api/matches/22aee102-634d-43fc-81a0-2ca591edd29c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-26T09:33:17.298527-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": "Oklahoma City Thunder",
                "amount": 5213.0
            },
            {
                "team": "New Orleans Pelicans",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c738d2e3-ed04-44c7-a1cb-e271f391e9f7",
            "gambit_id": "77edcea1-1ad8-4f49-9de4-0ddae19c57a0",
            "last_updated": "2024-01-27T10:58:04.000641-05:00",
            "created_at": "2024-01-26T09:33:17.302019-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88475543-912e-4a0f-8590-fbf4e58f7c8d/?format=api"
        },
        {
            "id": "9e1df2e3-8d67-4d52-941b-7603f25af0ca",
            "gambit_id": "41c265e5-5972-41e4-9ac5-318b01c1818d",
            "last_updated": "2024-01-27T10:58:04.006016-05:00",
            "created_at": "2024-01-26T09:33:17.306118-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/88475543-912e-4a0f-8590-fbf4e58f7c8d/?format=api"
        }
    ]
}