GET /api/bet_types/71508742-5d53-4847-8ae1-78845cf7af07/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "71508742-5d53-4847-8ae1-78845cf7af07",
    "match": "https://api-prod.gambitprofit.com/api/matches/1ce7297f-1ae3-4caa-9849-902383b64c62/?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 60.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 60.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "dd8f3aa2-9d29-4442-af47-094994044670",
            "gambit_id": "0f88e8ad-edf3-46ca-9677-acb9ccf5042f",
            "last_updated": "2022-09-25T19:52:10.890958-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71508742-5d53-4847-8ae1-78845cf7af07/?format=api"
        },
        {
            "id": "01274bae-7adc-4462-b8d0-42421d6e9bb4",
            "gambit_id": "43205a12-bd14-499a-b5be-315dcec47cc4",
            "last_updated": "2022-09-25T19:52:10.889326-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 60.5",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "60.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/71508742-5d53-4847-8ae1-78845cf7af07/?format=api"
        }
    ]
}