GET /api/bet_types/54eb5246-185d-4f8d-976c-73a4238e7147/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "54eb5246-185d-4f8d-976c-73a4238e7147",
    "match": "https://api-prod.gambitprofit.com/api/matches/b928b56c-db0a-4016-8124-9713df1abf54/?format=api",
    "name": "Over/Under",
    "created_at": "2023-10-22T10:03:18.488421-04: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",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "aed121ed-3639-4a07-bfaf-46836b5ab2a7",
            "gambit_id": "56f95649-ef16-4ca1-9b3d-ed7e5a1a57e4",
            "last_updated": "2023-10-23T20:43:04.811302-04:00",
            "created_at": "2023-10-22T10:03:18.492142-04:00",
            "name": "Game Total Over 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54eb5246-185d-4f8d-976c-73a4238e7147/?format=api"
        },
        {
            "id": "fb859442-7829-4fdc-ad77-278ae607aea1",
            "gambit_id": "1de8e751-083f-4f35-ac0c-8de2762334c8",
            "last_updated": "2023-10-23T20:43:04.816364-04:00",
            "created_at": "2023-10-22T10:03:18.497072-04:00",
            "name": "Game Total Under 6",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/54eb5246-185d-4f8d-976c-73a4238e7147/?format=api"
        }
    ]
}