GET /api/bet_types/e69a5cf5-57a7-4b6b-8095-4d2eadbaa587/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e69a5cf5-57a7-4b6b-8095-4d2eadbaa587",
    "match": "https://api-prod.gambitprofit.com/api/matches/bb41ca50-f489-463f-8dc9-d29eb2024ec4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-09T09:27:10.571147-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "21ebcd90-938b-42ed-8200-88696fd97c77",
            "gambit_id": "465a6cb7-71d7-4e91-85b4-317e37131c99",
            "last_updated": "2023-04-10T14:31:59.968010-04:00",
            "created_at": "2023-04-09T09:27:10.579727-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69a5cf5-57a7-4b6b-8095-4d2eadbaa587/?format=api"
        },
        {
            "id": "160dd89c-2ddc-4be0-a00e-7d86d10f9ef9",
            "gambit_id": "110b1c54-2e0d-4231-b351-5208ab31975d",
            "last_updated": "2023-04-10T14:31:59.966466-04:00",
            "created_at": "2023-04-09T09:27:10.577298-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e69a5cf5-57a7-4b6b-8095-4d2eadbaa587/?format=api"
        }
    ]
}