GET /api/bet_types/ee986f9d-c8c1-4081-b4a0-797b5d61ad1d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ee986f9d-c8c1-4081-b4a0-797b5d61ad1d",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5943ccb-ab5f-42ce-b2f3-aecb00ca9263/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-14T12:02:15.548944-04: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 8.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "ba6067cc-6917-44c2-9084-8e76d34688b3",
            "gambit_id": "68c18770-cab0-4f81-88ea-3e08fe22133a",
            "last_updated": "2023-04-21T22:07:03.760758-04:00",
            "created_at": "2023-04-14T12:02:15.550933-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee986f9d-c8c1-4081-b4a0-797b5d61ad1d/?format=api"
        },
        {
            "id": "856e1c41-fb85-4178-bc93-ecc8c09990f1",
            "gambit_id": "2a21d3ec-c32c-4d14-9d46-6e5ee96beaed",
            "last_updated": "2023-04-21T22:07:03.763139-04:00",
            "created_at": "2023-04-14T12:02:15.552914-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ee986f9d-c8c1-4081-b4a0-797b5d61ad1d/?format=api"
        }
    ]
}