GET /api/bet_types/03e4c4c8-dde5-4d9d-8e63-10d219bfa700/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "03e4c4c8-dde5-4d9d-8e63-10d219bfa700",
    "match": "https://api-prod.gambitprofit.com/api/matches/5867acea-fc2d-45ed-91e5-36b90d1a6df4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-28T09:42:05.709089-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 Under 6",
                "amount": 5212.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4788.0
            }
        ],
        "expected_reward_tokens": 9432.36,
        "profit_sb": -67.64,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "3b5511ae-d2b8-4b44-a4e4-712b75ad9255",
            "gambit_id": "5e9aed34-7642-48c0-8fb4-df8b84c5c7cf",
            "last_updated": "2023-01-30T17:46:55.044381-05:00",
            "created_at": "2023-01-28T09:42:05.710267-05:00",
            "name": "Game Total Under 6",
            "reward": "1.81000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e4c4c8-dde5-4d9d-8e63-10d219bfa700/?format=api"
        },
        {
            "id": "e18b9e02-3d65-4dd4-8e05-019e701d69b5",
            "gambit_id": "48ff14c0-fcb9-425d-9366-84ca2b7d4d59",
            "last_updated": "2023-01-30T17:46:55.045624-05:00",
            "created_at": "2023-01-28T09:42:05.711495-05:00",
            "name": "Game Total Over 6",
            "reward": "1.97000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/03e4c4c8-dde5-4d9d-8e63-10d219bfa700/?format=api"
        }
    ]
}