GET /api/bet_types/3266e712-027f-4b58-80ba-c821505a8abf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3266e712-027f-4b58-80ba-c821505a8abf",
    "match": "https://api-prod.gambitprofit.com/api/matches/286a41c5-1f45-4092-81a7-78d7bdb01ed0/?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 Over 6.5",
                "amount": 5492.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4508.0
            }
        ],
        "expected_reward_tokens": 9061.08,
        "profit_sb": 61.08,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "917f462f-aa0c-421a-a1f0-ec240eabe02f",
            "gambit_id": "90dcc731-7c3c-4698-af69-c1bfab605965",
            "last_updated": "2022-11-09T09:43:05.138563-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.65000",
            "odds": "1.74070",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3266e712-027f-4b58-80ba-c821505a8abf/?format=api"
        },
        {
            "id": "47fb164a-d99f-45b1-85d5-98a1be770e7f",
            "gambit_id": "b0179adb-7420-40a5-b5fc-71b1293a3eed",
            "last_updated": "2022-11-09T09:43:05.137478-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6.5",
            "reward": "2.01000",
            "odds": "2.15000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3266e712-027f-4b58-80ba-c821505a8abf/?format=api"
        }
    ]
}