GET /api/bet_types/cd4ca627-ed68-44f4-a640-6838b61d57a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cd4ca627-ed68-44f4-a640-6838b61d57a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/f95137d9-3446-4d45-a84b-2cfdc74bb218/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:14.512372-04: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": "CWS",
                "amount": 6090.0
            },
            {
                "team": "COL",
                "amount": 3910.0
            }
        ],
        "expected_reward_tokens": 9500.4,
        "profit_sb": 0.4,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "d92d81e3-6c80-4a74-9a32-9298082c40d2",
            "gambit_id": "178b862f-7858-4aad-a1ad-60c13afa706e",
            "last_updated": "2023-08-21T10:13:05.768114-04:00",
            "created_at": "2023-08-18T08:43:14.516209-04:00",
            "name": "CWS",
            "reward": "1.56000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4ca627-ed68-44f4-a640-6838b61d57a2/?format=api"
        },
        {
            "id": "2ab86f1a-f26f-48e3-8e6d-09ee726f13c9",
            "gambit_id": "05794780-d833-4229-9b7b-0836106ff972",
            "last_updated": "2023-08-21T10:13:05.771465-04:00",
            "created_at": "2023-08-18T08:43:14.520335-04:00",
            "name": "COL",
            "reward": "2.43000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cd4ca627-ed68-44f4-a640-6838b61d57a2/?format=api"
        }
    ]
}