GET /api/bet_types/e597c111-f2bd-4523-808f-7a0538d2e95c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e597c111-f2bd-4523-808f-7a0538d2e95c",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ea5a072-d913-4c75-9bda-b36ce7d1b27f/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-10T15:42:02.290756-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 6.5",
                "amount": 5402.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4598.0
            }
        ],
        "expected_reward_tokens": 8966.1,
        "profit_sb": -33.9,
        "profit_sb_percentage": -0.38,
        "recommended": false
    },
    "lines": [
        {
            "id": "41fe5479-a137-428f-82db-f5962b6eb631",
            "gambit_id": "d365e8e7-fa5f-4f50-a7cb-c0a2f6e6e4e9",
            "last_updated": "2023-01-11T10:46:57.351769-05:00",
            "created_at": "2023-01-10T15:42:02.293427-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.66000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e597c111-f2bd-4523-808f-7a0538d2e95c/?format=api"
        },
        {
            "id": "729d3dae-af88-411a-9732-406db577e336",
            "gambit_id": "f6c65324-4e25-41cb-a8ad-8f5130b0711d",
            "last_updated": "2023-01-11T10:46:57.350609-05:00",
            "created_at": "2023-01-10T15:42:02.292033-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.95000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e597c111-f2bd-4523-808f-7a0538d2e95c/?format=api"
        }
    ]
}