GET /api/bet_types/fc5aa017-c7fd-4961-85ca-960aa99b969d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fc5aa017-c7fd-4961-85ca-960aa99b969d",
    "match": "https://api-prod.gambitprofit.com/api/matches/9e748c50-d867-4370-865e-ddada0c2eaeb/?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": "NYM",
                "amount": 5911.0
            },
            {
                "team": "CIN",
                "amount": 4089.0
            }
        ],
        "expected_reward_tokens": 9280.27,
        "profit_sb": 280.27,
        "profit_sb_percentage": 3.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "41d576f7-27db-4aaf-90c2-5f91abe4279b",
            "gambit_id": "64a63eab-790e-4d3a-9cd5-ced5fb1f3927",
            "last_updated": "2022-08-11T09:47:09.393703-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.57000",
            "odds": "1.62500",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5aa017-c7fd-4961-85ca-960aa99b969d/?format=api"
        },
        {
            "id": "21b73cac-0618-431c-aa2d-26d395aa88da",
            "gambit_id": "9aae2233-6797-4c98-83b8-b2df504030fd",
            "last_updated": "2022-08-11T09:47:09.394153-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.27000",
            "odds": "2.40000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fc5aa017-c7fd-4961-85ca-960aa99b969d/?format=api"
        }
    ]
}