GET /api/bet_types/5f97f5f8-b188-45cc-8fbc-8676835ee1da/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5f97f5f8-b188-45cc-8fbc-8676835ee1da",
    "match": "https://api-prod.gambitprofit.com/api/matches/ae9ad71a-0d40-45be-98cb-f38d05d290ce/?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 54.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 54.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "08a60260-7727-4541-b4b5-1b3aa798394d",
            "gambit_id": "3e513992-d609-410b-97f8-a5d654664784",
            "last_updated": "2022-11-14T09:54:05.485150-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f97f5f8-b188-45cc-8fbc-8676835ee1da/?format=api"
        },
        {
            "id": "fb3fc883-f861-4705-ba56-a9f92b5158ab",
            "gambit_id": "cc01a808-9402-4fdb-89db-4f2e5287a815",
            "last_updated": "2022-11-14T09:54:05.484004-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 54.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "54.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5f97f5f8-b188-45cc-8fbc-8676835ee1da/?format=api"
        }
    ]
}