GET /api/bet_types/2ea205b8-1536-4c3f-b005-496b42dc8bb4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2ea205b8-1536-4c3f-b005-496b42dc8bb4",
    "match": "https://api-prod.gambitprofit.com/api/matches/70eb81ab-0b9e-44b7-9344-9a7687fdcb05/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 7.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 7.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "b02c8758-32d6-4e0f-b18a-779b1d954f63",
            "gambit_id": "25b4f0a6-a469-4a1a-986c-23f58a51b293",
            "last_updated": "2022-09-30T09:52:28.461656-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea205b8-1536-4c3f-b005-496b42dc8bb4/?format=api"
        },
        {
            "id": "ec23cc8b-9c10-4830-9658-e2f2484dbe85",
            "gambit_id": "5b582150-4e54-40b5-a201-2412b64a958b",
            "last_updated": "2022-09-30T09:52:28.460649-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2ea205b8-1536-4c3f-b005-496b42dc8bb4/?format=api"
        }
    ]
}