GET /api/bet_types/c1570b6c-ceeb-4c14-80a1-2015e4e7f927/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c1570b6c-ceeb-4c14-80a1-2015e4e7f927",
    "match": "https://api-prod.gambitprofit.com/api/matches/c2b3950b-075b-4bfd-a7d3-cb6eb14baa11/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-25T11:42:10.747292-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 Over 6.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "1d7d6589-b692-462b-a87f-78d70bc170ac",
            "gambit_id": "2928740c-60b9-476f-83da-345ada23b221",
            "last_updated": "2023-04-27T11:52:04.789010-04:00",
            "created_at": "2023-04-25T11:42:10.751526-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1570b6c-ceeb-4c14-80a1-2015e4e7f927/?format=api"
        },
        {
            "id": "702d71fa-1ed1-44bd-abda-c11d25ea8c4e",
            "gambit_id": "9c631907-edd9-4252-a1fe-b7d998d192df",
            "last_updated": "2023-04-27T11:52:04.787733-04:00",
            "created_at": "2023-04-25T11:42:10.749281-04:00",
            "name": "Game Total Under 6.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c1570b6c-ceeb-4c14-80a1-2015e4e7f927/?format=api"
        }
    ]
}