GET /api/bet_types/83b278fc-6d22-4c89-880d-985d69024b92/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83b278fc-6d22-4c89-880d-985d69024b92",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f2490c5-2d3e-4233-9660-ef094963dd6a/?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 Under 6",
                "amount": 5208.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "4f52db3b-96dd-4ffc-bf5f-22e5b81cc61a",
            "gambit_id": "fe0495a2-644e-43d4-9a2e-c5b193c5048a",
            "last_updated": "2022-12-19T10:42:31.846526-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 6",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b278fc-6d22-4c89-880d-985d69024b92/?format=api"
        },
        {
            "id": "7f1bf9d4-50aa-4310-8f17-60ce9a9c69a2",
            "gambit_id": "16398087-7d22-4f89-aaf8-5750f2c098ed",
            "last_updated": "2022-12-19T10:42:31.847712-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 6",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b278fc-6d22-4c89-880d-985d69024b92/?format=api"
        }
    ]
}