GET /api/bet_types/4911bef3-255f-4ade-8e37-e877675f0a93/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4911bef3-255f-4ade-8e37-e877675f0a93",
    "match": "https://api-prod.gambitprofit.com/api/matches/cfb202b1-61c3-4185-b4e7-25dda4fc4dee/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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": "Game Total Over 229.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 229.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "e93d66c1-7956-432b-b7b2-3ffc6fc447ae",
            "gambit_id": "57a1941e-1ea5-4ac4-8486-36ae3fceb620",
            "last_updated": "2022-12-03T09:32:33.333726-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 229.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4911bef3-255f-4ade-8e37-e877675f0a93/?format=api"
        },
        {
            "id": "bb472061-80e0-4ce9-9bcb-ca3d94f14420",
            "gambit_id": "7d5ad8fd-7a04-466c-8d53-682bb5dc046f",
            "last_updated": "2022-12-03T09:32:33.332505-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 229.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "229.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4911bef3-255f-4ade-8e37-e877675f0a93/?format=api"
        }
    ]
}