GET /api/bet_types/96408f5e-d2c7-4f0d-9164-0d5a934727a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "96408f5e-d2c7-4f0d-9164-0d5a934727a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/a09e9e32-09aa-45b3-b0e1-c0352db3ab06/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-03T09:37:58.681837-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 Lakers",
                "amount": 5107.0
            },
            {
                "team": "Miami Heat",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "9607e971-c29d-4090-811e-639d3947a54e",
            "gambit_id": "f123d6db-5911-44b7-8606-41dc12ee23dc",
            "last_updated": "2024-01-05T13:53:02.677772-05:00",
            "created_at": "2024-01-03T09:37:58.690665-05:00",
            "name": "Los Angeles Lakers",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96408f5e-d2c7-4f0d-9164-0d5a934727a0/?format=api"
        },
        {
            "id": "9b72adc8-8b6c-4c93-b018-1c74b8735160",
            "gambit_id": "6599eba8-e838-4f3c-9987-f80bc9654d49",
            "last_updated": "2024-01-05T13:53:02.673740-05:00",
            "created_at": "2024-01-03T09:37:58.685740-05:00",
            "name": "Miami Heat",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/96408f5e-d2c7-4f0d-9164-0d5a934727a0/?format=api"
        }
    ]
}