GET /api/bet_types/2cc76e50-ca6f-4c92-957b-43c365f0dd7b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2cc76e50-ca6f-4c92-957b-43c365f0dd7b",
    "match": "https://api-prod.gambitprofit.com/api/matches/25dd5eb9-c870-4e24-af5f-2a15c09817e3/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 6",
                "amount": 5097.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4903.0
            }
        ],
        "expected_reward_tokens": 9021.52,
        "profit_sb": 21.52,
        "profit_sb_percentage": 0.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "ca5816cd-a875-42ab-ab82-d0d4cb22f9f9",
            "gambit_id": "7f877cb2-9e7d-4049-b3e4-ec84b5c60102",
            "last_updated": "2022-11-16T09:47:35.346918-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.77000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc76e50-ca6f-4c92-957b-43c365f0dd7b/?format=api"
        },
        {
            "id": "d9f04308-d9d3-4120-8475-8b76bd7c6ded",
            "gambit_id": "2fa4306d-9a5b-4825-9b4c-d127b3a8cd8b",
            "last_updated": "2022-11-16T09:47:35.348151-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.84000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2cc76e50-ca6f-4c92-957b-43c365f0dd7b/?format=api"
        }
    ]
}