GET /api/bet_types/8f41baff-7e09-4f15-8a08-ab39ed58dec5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8f41baff-7e09-4f15-8a08-ab39ed58dec5",
    "match": "https://api-prod.gambitprofit.com/api/matches/453941f5-4c98-4821-9eea-58039321856b/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-20T11:13:06.587563-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 Under 41.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 41.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "976b5f3b-f7c9-42ff-a95e-e3b091a01e0b",
            "gambit_id": "82cd12a4-6067-4764-bbe8-1cc39d89f089",
            "last_updated": "2023-12-26T20:18:06.801348-05:00",
            "created_at": "2023-12-20T11:13:06.595130-05:00",
            "name": "Game Total Under 41.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f41baff-7e09-4f15-8a08-ab39ed58dec5/?format=api"
        },
        {
            "id": "b7d5e123-b099-4af8-8c2e-c984311d01fd",
            "gambit_id": "1cbd017b-3455-4529-aaff-62b832d9815a",
            "last_updated": "2023-12-26T20:18:06.804817-05:00",
            "created_at": "2023-12-20T11:13:06.591333-05:00",
            "name": "Game Total Over 41.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "41.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8f41baff-7e09-4f15-8a08-ab39ed58dec5/?format=api"
        }
    ]
}