GET /api/bet_types/f3e84573-389b-482d-8b3b-ad67acbd0081/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3e84573-389b-482d-8b3b-ad67acbd0081",
    "match": "https://api-prod.gambitprofit.com/api/matches/9102921a-8219-4ed9-9464-3daf3c52eac7/?format=api",
    "name": "Over/Under",
    "created_at": "2023-07-21T08:53:23.175176-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 Under 8.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 8.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b468adce-f0af-4be6-a496-a380f7fa7e70",
            "gambit_id": "b6bdafb8-d921-4def-ad0d-ebd9c345c403",
            "last_updated": "2023-07-22T11:33:22.275930-04:00",
            "created_at": "2023-07-21T08:53:23.177932-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3e84573-389b-482d-8b3b-ad67acbd0081/?format=api"
        },
        {
            "id": "b0ac0047-a49a-467d-a475-f40297d64026",
            "gambit_id": "87f4f739-460d-4f61-9dd7-bcc196e8dbb4",
            "last_updated": "2023-07-22T11:33:22.272013-04:00",
            "created_at": "2023-07-21T08:53:23.176549-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3e84573-389b-482d-8b3b-ad67acbd0081/?format=api"
        }
    ]
}