GET /api/bet_types/5c0e0752-af18-41cc-a19b-51ed042d4f5a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c0e0752-af18-41cc-a19b-51ed042d4f5a",
    "match": "https://api-prod.gambitprofit.com/api/matches/7aa72830-7ef4-4baf-a070-b2fa3c0b6afa/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-30T12:47:12.188374-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 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "a8ac8aed-e58f-4f5d-a49c-dec7c09ab315",
            "gambit_id": "e2012571-38bd-49af-9f52-caff7011f164",
            "last_updated": "2023-05-01T12:27:25.331549-04:00",
            "created_at": "2023-04-30T12:47:12.190184-04:00",
            "name": "Game Total Under 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0e0752-af18-41cc-a19b-51ed042d4f5a/?format=api"
        },
        {
            "id": "2dd0fc17-155c-4808-978c-a3ecb085c20e",
            "gambit_id": "27abcf83-a0e9-4c59-977b-2f47bdc5236f",
            "last_updated": "2023-05-01T12:27:25.334157-04:00",
            "created_at": "2023-04-30T12:47:12.192069-04:00",
            "name": "Game Total Over 229.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c0e0752-af18-41cc-a19b-51ed042d4f5a/?format=api"
        }
    ]
}