GET /api/bet_types/2593c793-4469-4738-a721-5915b26ca0b7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2593c793-4469-4738-a721-5915b26ca0b7",
    "match": "https://api-prod.gambitprofit.com/api/matches/1897fa75-b354-4abb-a1c2-408be90e0117/?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": "Cleveland Browns",
                "amount": 5110.0
            },
            {
                "team": "Chicago Bears",
                "amount": 4890.0
            }
        ],
        "expected_reward_tokens": 9095.4,
        "profit_sb": 95.4,
        "profit_sb_percentage": 1.06,
        "recommended": true
    },
    "lines": [
        {
            "id": "2d8b20de-58de-4e56-8906-758369d631cf",
            "gambit_id": "0dcabdba-eccf-49e0-99e4-b07182b87204",
            "last_updated": "2022-08-29T11:32:14.478110-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Cleveland Browns",
            "reward": "1.78000",
            "odds": "1.86960",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2593c793-4469-4738-a721-5915b26ca0b7/?format=api"
        },
        {
            "id": "c540a750-9710-44df-8382-f8f7182405f1",
            "gambit_id": "448909c6-962b-475c-82a1-d4b0c76fe1a7",
            "last_updated": "2022-08-29T11:32:14.477634-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Chicago Bears",
            "reward": "1.86000",
            "odds": "1.95240",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2593c793-4469-4738-a721-5915b26ca0b7/?format=api"
        }
    ]
}