GET /api/bet_types/20d3c6ac-605f-4032-8473-3966aea95526/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "20d3c6ac-605f-4032-8473-3966aea95526",
    "match": "https://api-prod.gambitprofit.com/api/matches/2709fb9d-add6-4f29-831d-7629e1bc70a5/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-16T17:37:16.187646-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.5",
                "amount": 5421.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4579.0
            }
        ],
        "expected_reward_tokens": 9432.54,
        "profit_sb": -67.46,
        "profit_sb_percentage": -0.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "8179a065-4302-4941-84e2-5a9a98d84962",
            "gambit_id": "63b33711-f625-4946-a302-600bb2b43b5c",
            "last_updated": "2023-03-18T15:02:13.827165-04:00",
            "created_at": "2023-03-16T17:37:16.191862-04:00",
            "name": "Game Total Over 6.5",
            "reward": "1.74000",
            "odds": "1.76920",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d3c6ac-605f-4032-8473-3966aea95526/?format=api"
        },
        {
            "id": "b61afb1f-5f72-4b7a-8ffc-9d6ee1a516ef",
            "gambit_id": "b43dd620-3cf4-4199-b063-7c3db7377f7c",
            "last_updated": "2023-03-18T15:02:13.825235-04:00",
            "created_at": "2023-03-16T17:37:16.189706-04:00",
            "name": "Game Total Under 6.5",
            "reward": "2.06000",
            "odds": "2.10000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/20d3c6ac-605f-4032-8473-3966aea95526/?format=api"
        }
    ]
}