GET /api/bet_types/d275c2a8-3c60-473a-8b54-640437ab3d57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d275c2a8-3c60-473a-8b54-640437ab3d57",
    "match": "https://api-prod.gambitprofit.com/api/matches/758a2ed9-540f-4a20-b489-77d0975f622d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-27T09:22:57.906804-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": "KAN",
                "amount": 5213.0
            },
            {
                "team": "DET",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "26e8bc36-85e4-416b-9acf-efa9db933c2f",
            "gambit_id": "6623718f-d1f7-4168-989a-c7d029fd2693",
            "last_updated": "2023-09-28T19:13:19.759185-04:00",
            "created_at": "2023-09-27T09:22:57.913534-04:00",
            "name": "KAN",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d275c2a8-3c60-473a-8b54-640437ab3d57/?format=api"
        },
        {
            "id": "95c9dc69-a179-433a-a60d-2b56efdae03b",
            "gambit_id": "829bc261-1c75-4ffd-9e28-e61d4b63fc84",
            "last_updated": "2023-09-28T19:13:19.762880-04:00",
            "created_at": "2023-09-27T09:22:57.921757-04:00",
            "name": "DET",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d275c2a8-3c60-473a-8b54-640437ab3d57/?format=api"
        }
    ]
}