GET /api/bet_types/7ba79271-6627-4125-aaa0-ca41ed17b95e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ba79271-6627-4125-aaa0-ca41ed17b95e",
    "match": "https://api-prod.gambitprofit.com/api/matches/feb2b923-158a-4f70-9706-1538504197ac/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-26T10:56:58.271072-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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "89f420f8-9453-4fa8-9301-14273b12d3c2",
            "gambit_id": "f5071192-29a1-42fb-870c-d84a68389f6e",
            "last_updated": "2023-01-27T09:57:10.155439-05:00",
            "created_at": "2023-01-26T10:56:58.272609-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba79271-6627-4125-aaa0-ca41ed17b95e/?format=api"
        },
        {
            "id": "4789bd6b-968d-4ec5-9233-482711bb843f",
            "gambit_id": "fb9290d1-bd3f-40b8-991f-fe3f1d6dbf2a",
            "last_updated": "2023-01-27T09:57:10.157385-05:00",
            "created_at": "2023-01-26T10:56:58.273956-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba79271-6627-4125-aaa0-ca41ed17b95e/?format=api"
        }
    ]
}