GET /api/bet_types/9a8253ba-b657-4df4-970e-e71794eea38e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9a8253ba-b657-4df4-970e-e71794eea38e",
    "match": "https://api-prod.gambitprofit.com/api/matches/cb33cf6e-b4f6-4182-9695-ef6f32c9da97/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-18T08:43:13.012235-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": "CIN",
                "amount": 5319.0
            },
            {
                "team": "TOR",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "859bda51-9f24-4dec-8991-8955a93dacdf",
            "gambit_id": "030782d2-ffc6-4f23-b3dd-3fc2a5d301b3",
            "last_updated": "2023-08-19T10:53:25.266502-04:00",
            "created_at": "2023-08-18T08:43:13.028915-04:00",
            "name": "CIN",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a8253ba-b657-4df4-970e-e71794eea38e/?format=api"
        },
        {
            "id": "118fd901-6c64-4803-8c01-188a545be1cc",
            "gambit_id": "f5cf3d7a-8cde-4685-a706-9b6dd17912f8",
            "last_updated": "2023-08-19T10:53:25.263184-04:00",
            "created_at": "2023-08-18T08:43:13.021546-04:00",
            "name": "TOR",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9a8253ba-b657-4df4-970e-e71794eea38e/?format=api"
        }
    ]
}