GET /api/bet_types/f8e3b9da-fe5a-41e0-8bbf-a9102281bcf6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f8e3b9da-fe5a-41e0-8bbf-a9102281bcf6",
    "match": "https://api-prod.gambitprofit.com/api/matches/5075ec16-b83f-4275-8068-df98f7e19361/?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": "Arizona",
                "amount": 5000.0
            },
            {
                "team": "San Diego State",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "a6278063-486a-4342-9961-bf7d79a681f4",
            "gambit_id": "6271441d-7719-47f8-a702-e12c49ffdf86",
            "last_updated": "2022-09-05T09:52:23.411630-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8e3b9da-fe5a-41e0-8bbf-a9102281bcf6/?format=api"
        },
        {
            "id": "665f6803-dccc-443a-a2c0-10ed45eb3fe1",
            "gambit_id": "b76beec2-9d4c-4288-9892-ae2a9fd1e51f",
            "last_updated": "2022-09-05T09:52:23.410684-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "San Diego State",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f8e3b9da-fe5a-41e0-8bbf-a9102281bcf6/?format=api"
        }
    ]
}