GET /api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d76c1de-b663-463e-981c-16b67d18f14a/?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 220.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 220.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "16338654-29ed-4efb-b033-9e4233b2b348",
            "gambit_id": "9c37ce0b-3852-4dd1-9089-f35057719bb1",
            "last_updated": "2022-10-29T19:07:21.376539-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
        },
        {
            "id": "3c301a3f-91b0-4506-8ac4-228b2a51fa18",
            "gambit_id": "245c3d5f-3819-4296-a0a1-65fd76ab6e34",
            "last_updated": "2022-10-29T19:07:21.377508-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 220.5",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "220.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/141a7a33-afc5-4ab9-bb63-9b21f0c5d8b5/?format=api"
        }
    ]
}