GET /api/bet_types/63b5e4c1-a279-42bd-9fde-a2dc119b036d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "63b5e4c1-a279-42bd-9fde-a2dc119b036d",
    "match": "https://api-prod.gambitprofit.com/api/matches/7c395450-a0a0-4e63-852e-054a557e371d/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T10:27:04.688296-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 5.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 5.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4136c981-b942-4112-941f-fdecd1dc5e12",
            "gambit_id": "b95c6c08-8a74-4bb1-8563-6d6f48919a61",
            "last_updated": "2023-04-13T11:17:15.457249-04:00",
            "created_at": "2023-04-11T10:27:04.693638-04:00",
            "name": "Game Total Over 5.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5e4c1-a279-42bd-9fde-a2dc119b036d/?format=api"
        },
        {
            "id": "8168bfe2-c3dc-4d2c-adaf-f21184a10e7a",
            "gambit_id": "1deca59d-0f0e-40e4-a279-5fb3ac1a74de",
            "last_updated": "2023-04-13T11:17:15.455794-04:00",
            "created_at": "2023-04-11T10:27:04.690966-04:00",
            "name": "Game Total Under 5.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "5.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/63b5e4c1-a279-42bd-9fde-a2dc119b036d/?format=api"
        }
    ]
}