GET /api/bet_types/abacadf3-9331-45ed-8479-eda0cf2a700a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "abacadf3-9331-45ed-8479-eda0cf2a700a",
    "match": "https://api-prod.gambitprofit.com/api/matches/739f2180-b606-436c-991b-934ab28673dd/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-26T09:43:13.226426-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "2ecf0070-9ab7-44e2-923e-9ac6ce084f27",
            "gambit_id": "c41e3c49-5fa8-4f14-a607-a4e800d40e9b",
            "last_updated": "2023-11-27T21:32:57.550039-05:00",
            "created_at": "2023-11-26T09:43:13.229928-05:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abacadf3-9331-45ed-8479-eda0cf2a700a/?format=api"
        },
        {
            "id": "3faf1997-f634-4dc9-af05-5f679ab385fc",
            "gambit_id": "5327b660-8574-4b3c-9eea-967d3a62ec03",
            "last_updated": "2023-11-27T21:32:57.553436-05:00",
            "created_at": "2023-11-26T09:43:13.234279-05:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/abacadf3-9331-45ed-8479-eda0cf2a700a/?format=api"
        }
    ]
}