GET /api/bet_types/8c0809d9-e84a-4393-918c-b37c7c5a8998/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8c0809d9-e84a-4393-918c-b37c7c5a8998",
    "match": "https://api-prod.gambitprofit.com/api/matches/4052172e-6ec3-4084-82f4-3f290e30483c/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-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": "PIT",
                "amount": 5304.0
            },
            {
                "team": "STL",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed65101d-5221-4e6a-b115-803de16f48d9",
            "gambit_id": "da5cea17-a2cd-4416-a719-a6ec6440986e",
            "last_updated": "2022-10-02T15:17:07.668539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c0809d9-e84a-4393-918c-b37c7c5a8998/?format=api"
        },
        {
            "id": "1c1cdf5e-51f3-4eac-9ae1-d3a193d26dff",
            "gambit_id": "cddc07e3-2571-4b62-9f8d-df82a681f874",
            "last_updated": "2022-10-02T15:17:07.667514-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8c0809d9-e84a-4393-918c-b37c7c5a8998/?format=api"
        }
    ]
}