GET /api/bet_types/70a112e5-3570-471c-870b-e53693c32eb9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "70a112e5-3570-471c-870b-e53693c32eb9",
    "match": "https://api-prod.gambitprofit.com/api/matches/f75aabf3-23ee-4bf5-981c-e5eb0c8ddd47/?format=api",
    "name": "Over/Under",
    "created_at": "2024-02-01T09:23:10.335991-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 2.5",
                "amount": 5068.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 4932.0
            }
        ],
        "expected_reward_tokens": 9173.08,
        "profit_sb": -326.92,
        "profit_sb_percentage": -3.44,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d873f19-a7c8-45f7-80e0-86b837373201",
            "gambit_id": "21c3a959-3d36-43cc-bba0-805ee129733b",
            "last_updated": "2024-02-03T10:42:58.000023-05:00",
            "created_at": "2024-02-01T09:23:10.345293-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.81000",
            "odds": "1.85000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a112e5-3570-471c-870b-e53693c32eb9/?format=api"
        },
        {
            "id": "ade54e20-705a-4f07-9d9c-d23e5d9b1c0e",
            "gambit_id": "541b8b09-6460-4cf1-9944-22cfb9974421",
            "last_updated": "2024-02-03T10:42:57.996365-05:00",
            "created_at": "2024-02-01T09:23:10.340485-05:00",
            "name": "Game Total Under 2.5",
            "reward": "1.86000",
            "odds": "1.90000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/70a112e5-3570-471c-870b-e53693c32eb9/?format=api"
        }
    ]
}