GET /api/bet_types/dc447a02-450a-4959-afe0-7093d20115ee/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dc447a02-450a-4959-afe0-7093d20115ee",
    "match": "https://api-prod.gambitprofit.com/api/matches/6573f208-42b5-4580-806b-f61b31ee2c8e/?format=api",
    "name": "Pick the Winner",
    "created_at": "2024-01-24T09:13:14.033806-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": 7480.0
            },
            {
                "team": "San Antonio Spurs",
                "amount": 2520.0
            }
        ],
        "expected_reward_tokens": 9499.6,
        "profit_sb": -0.4,
        "profit_sb_percentage": -0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "863b3b9e-d67b-4a33-b889-c192b508e129",
            "gambit_id": "eaab9a92-3fe2-4201-a37e-4b74d7e93fc8",
            "last_updated": "2024-01-26T13:23:09.883671-05:00",
            "created_at": "2024-01-24T09:13:14.037926-05:00",
            "name": "Oklahoma City Thunder",
            "reward": "1.27000",
            "odds": "1.27780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc447a02-450a-4959-afe0-7093d20115ee/?format=api"
        },
        {
            "id": "54d4c8eb-a5a3-455f-a85d-5334f9b4acbc",
            "gambit_id": "6e4b4cd6-9d88-4edc-8a1f-1c73fc376d8b",
            "last_updated": "2024-01-26T13:23:09.887574-05:00",
            "created_at": "2024-01-24T09:13:14.041650-05:00",
            "name": "San Antonio Spurs",
            "reward": "3.77000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dc447a02-450a-4959-afe0-7093d20115ee/?format=api"
        }
    ]
}