GET /api/bet_types/69b434de-71a4-4e99-8562-65b20bc670bf/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "69b434de-71a4-4e99-8562-65b20bc670bf",
    "match": "https://api-prod.gambitprofit.com/api/matches/e08ddd2c-5b5f-4602-98d0-109e869c7ea5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-08T09:37:00.210125-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 218.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 218.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4a49e263-ed6b-4060-ba35-1e2709b2e001",
            "gambit_id": "bdf7666b-fa57-4993-bab0-72faa7a80538",
            "last_updated": "2023-02-09T11:12:07.880946-05:00",
            "created_at": "2023-02-08T09:37:00.214300-05:00",
            "name": "Game Total Over 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b434de-71a4-4e99-8562-65b20bc670bf/?format=api"
        },
        {
            "id": "c603077c-c2de-418d-9512-c8ea1ea0f087",
            "gambit_id": "05bae550-808f-4e5d-beb8-1045b1d7f709",
            "last_updated": "2023-02-09T11:12:07.879566-05:00",
            "created_at": "2023-02-08T09:37:00.212328-05:00",
            "name": "Game Total Under 218.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "218.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/69b434de-71a4-4e99-8562-65b20bc670bf/?format=api"
        }
    ]
}