GET /api/bet_types/c2e92cc5-fbe4-402d-b9c2-4f0f25ddaf54/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c2e92cc5-fbe4-402d-b9c2-4f0f25ddaf54",
    "match": "https://api-prod.gambitprofit.com/api/matches/dcd082c4-0ba6-4aaa-82b4-41bf0ae70fad/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-19T11:23:24.126352-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": "Game Total Under 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "4eda34b2-3f97-4cf7-b30f-de7828632a18",
            "gambit_id": "e84a2e81-2c2e-48e4-8b82-96dfe1584e7a",
            "last_updated": "2023-09-21T09:38:16.236141-04:00",
            "created_at": "2023-09-19T11:23:24.134117-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2e92cc5-fbe4-402d-b9c2-4f0f25ddaf54/?format=api"
        },
        {
            "id": "f50bdcaf-d68b-456b-bcc6-3df5d9a14c6c",
            "gambit_id": "abc6c374-3277-4e10-9280-f79d8aa0aecc",
            "last_updated": "2023-09-21T09:38:16.230176-04:00",
            "created_at": "2023-09-19T11:23:24.130314-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c2e92cc5-fbe4-402d-b9c2-4f0f25ddaf54/?format=api"
        }
    ]
}