GET /api/bet_types/1db4d9cd-f263-4c4e-a68f-883f4b9076c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1db4d9cd-f263-4c4e-a68f-883f4b9076c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/8558600a-18ff-4ea9-91b9-da2c348c089e/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-31T09:58:20.602933-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": 5107.0
            },
            {
                "team": "Houston Rockets",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "a3b2b69d-039d-45da-9ab7-ba0a1e930077",
            "gambit_id": "d3dabbcf-b794-426d-8f36-306f2f0c392a",
            "last_updated": "2024-02-01T10:43:00.894814-05:00",
            "created_at": "2024-01-31T09:58:20.610139-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db4d9cd-f263-4c4e-a68f-883f4b9076c3/?format=api"
        },
        {
            "id": "c907bffe-cf00-41b4-91e3-3e97187e259b",
            "gambit_id": "4993d750-a74e-409f-8ae3-4eeef0bf4b10",
            "last_updated": "2024-02-01T10:43:00.899434-05:00",
            "created_at": "2024-01-31T09:58:20.614255-05:00",
            "name": "Houston Rockets",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1db4d9cd-f263-4c4e-a68f-883f4b9076c3/?format=api"
        }
    ]
}