GET /api/bet_types/1aff45a0-fad1-4dd5-8b5d-1ed10b86e0a1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1aff45a0-fad1-4dd5-8b5d-1ed10b86e0a1",
    "match": "https://api-prod.gambitprofit.com/api/matches/b93761ab-cc1e-4670-97ce-124650840328/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-28T10:03:12.353726-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": "Utah Jazz",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "f3073b04-9873-4d7c-aef8-d35ec833c5f5",
            "gambit_id": "aa76d803-d949-41e4-a053-9589518a0b49",
            "last_updated": "2023-12-30T16:28:08.408282-05:00",
            "created_at": "2023-12-28T10:03:12.361258-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aff45a0-fad1-4dd5-8b5d-1ed10b86e0a1/?format=api"
        },
        {
            "id": "3891b1af-9712-41cf-a3fd-9c406139ab58",
            "gambit_id": "7d772d9c-c9ff-4668-a108-72508fe4f7cc",
            "last_updated": "2023-12-30T16:28:08.402202-05:00",
            "created_at": "2023-12-28T10:03:12.357336-05:00",
            "name": "Utah Jazz",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "9.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1aff45a0-fad1-4dd5-8b5d-1ed10b86e0a1/?format=api"
        }
    ]
}