GET /api/bet_types/ef061ab8-42f8-4f7d-955d-32a2ce5e5d0f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ef061ab8-42f8-4f7d-955d-32a2ce5e5d0f",
    "match": "https://api-prod.gambitprofit.com/api/matches/267009a6-6803-4b4d-bd1c-bc3de4cc7ebb/?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 61.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 61.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9050.0,
        "profit_sb": 50.0,
        "profit_sb_percentage": 0.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "17405aef-659b-4d13-9075-30931fa6922a",
            "gambit_id": "70ff4e49-502f-41b7-9fe0-c51351a509cc",
            "last_updated": "2022-09-18T18:07:38.991613-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 61.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef061ab8-42f8-4f7d-955d-32a2ce5e5d0f/?format=api"
        },
        {
            "id": "b08c695a-a8fa-4ae0-b77e-665529fcb459",
            "gambit_id": "e0e95b8c-e145-42b9-b18a-5cc2b6e5e2ea",
            "last_updated": "2022-09-18T18:07:38.990423-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 61.5",
            "reward": "1.81000",
            "odds": "1.90910",
            "spread": "61.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ef061ab8-42f8-4f7d-955d-32a2ce5e5d0f/?format=api"
        }
    ]
}