GET /api/bet_types/d59e3154-6c19-4b6d-ac66-fc2d8c1a9755/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d59e3154-6c19-4b6d-ac66-fc2d8c1a9755",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea1cc96d-12ca-4b89-88a8-ac77f53ea953/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-25T12:38:06.047067-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": "MIA",
                "amount": 5213.0
            },
            {
                "team": "TAM",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "fbf05a49-661e-4839-bcf9-46c3fc1610b5",
            "gambit_id": "610e4f18-b3be-470e-907e-0fa93e91a8ec",
            "last_updated": "2023-07-27T13:07:58.485914-04:00",
            "created_at": "2023-07-25T12:38:06.051214-04:00",
            "name": "MIA",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d59e3154-6c19-4b6d-ac66-fc2d8c1a9755/?format=api"
        },
        {
            "id": "95fa097c-5130-44e1-8763-513f01ec6179",
            "gambit_id": "921d2f66-8f39-4199-b119-8d94a0c52bcc",
            "last_updated": "2023-07-27T13:07:58.490206-04:00",
            "created_at": "2023-07-25T12:38:06.056099-04:00",
            "name": "TAM",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d59e3154-6c19-4b6d-ac66-fc2d8c1a9755/?format=api"
        }
    ]
}