GET /api/bet_types/46ee8662-aa99-453e-b07a-1917aa242468/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46ee8662-aa99-453e-b07a-1917aa242468",
    "match": "https://api-prod.gambitprofit.com/api/matches/758213e2-cae9-4346-9de4-953340f91935/?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": "CIN",
                "amount": 5208.0
            },
            {
                "team": "STL",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "da3c5b2f-451a-45ac-9890-1baf332bcc3e",
            "gambit_id": "a041ad16-f41f-4afe-ba80-8e6ab86390d8",
            "last_updated": "2022-09-19T09:32:04.930220-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ee8662-aa99-453e-b07a-1917aa242468/?format=api"
        },
        {
            "id": "12191ef0-3f8f-4ef7-9b99-0b629c2a1463",
            "gambit_id": "172b5651-c6ac-4eb6-adb6-f163bb63511c",
            "last_updated": "2022-09-19T09:32:04.929014-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46ee8662-aa99-453e-b07a-1917aa242468/?format=api"
        }
    ]
}