GET /api/bet_types/77c49a16-c34b-4e0d-8d85-5f86299023d2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "77c49a16-c34b-4e0d-8d85-5f86299023d2",
    "match": "https://api-prod.gambitprofit.com/api/matches/a1be038a-d985-4566-b684-46b6b4d685d1/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-16T09:23:12.106119-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": "Golden State Warriors",
                "amount": 5000.0
            },
            {
                "team": "Brooklyn Nets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "ab8b25d0-7d54-41e3-a10b-be876c45a7a0",
            "gambit_id": "585dfef2-772d-44ea-a221-7ee98208e487",
            "last_updated": "2023-12-18T10:38:05.268486-05:00",
            "created_at": "2023-12-16T09:23:12.114264-05:00",
            "name": "Golden State Warriors",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77c49a16-c34b-4e0d-8d85-5f86299023d2/?format=api"
        },
        {
            "id": "350de286-cf32-46c0-9b42-a2fdd307922d",
            "gambit_id": "e5b89b02-c5e5-481c-bb05-54e010cc5dc9",
            "last_updated": "2023-12-18T10:38:05.264841-05:00",
            "created_at": "2023-12-16T09:23:12.110140-05:00",
            "name": "Brooklyn Nets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/77c49a16-c34b-4e0d-8d85-5f86299023d2/?format=api"
        }
    ]
}