GET /api/bet_types/b015bcbc-39f6-4242-b240-0da85702dc62/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b015bcbc-39f6-4242-b240-0da85702dc62",
    "match": "https://api-prod.gambitprofit.com/api/matches/47a2ef10-a172-456e-ac78-0976bee2c9c6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-11-21T09:03:04.988205-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 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4173c6ad-a4e3-442a-9b5d-ff06c0b07fd0",
            "gambit_id": "26e398d4-8797-4ae4-a381-c2f81e148984",
            "last_updated": "2023-11-22T09:43:25.811322-05:00",
            "created_at": "2023-11-21T09:03:04.992547-05:00",
            "name": "Game Total Over 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b015bcbc-39f6-4242-b240-0da85702dc62/?format=api"
        },
        {
            "id": "4b25b7b2-23b7-4359-a73a-c0b8df7ca26f",
            "gambit_id": "89cbfe96-28d2-409c-8887-e5fa965c2dc1",
            "last_updated": "2023-11-22T09:43:25.814582-05:00",
            "created_at": "2023-11-21T09:03:04.996893-05:00",
            "name": "Game Total Under 239",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b015bcbc-39f6-4242-b240-0da85702dc62/?format=api"
        }
    ]
}