GET /api/bet_types/dd6b2b0f-fc0c-4f56-8a27-2b225b34e8d1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dd6b2b0f-fc0c-4f56-8a27-2b225b34e8d1",
    "match": "https://api-prod.gambitprofit.com/api/matches/7cd7d27a-8a35-4a08-bc99-f04ffa9756f9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-16T12:17:25.585462-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 8",
                "amount": 5222.0
            },
            {
                "team": "Game Total Under 8",
                "amount": 4778.0
            }
        ],
        "expected_reward_tokens": 9556.0,
        "profit_sb": 56.0,
        "profit_sb_percentage": 0.59,
        "recommended": true
    },
    "lines": [
        {
            "id": "79f1d235-a682-44cd-b654-cd48336eb906",
            "gambit_id": "09efb164-dacb-4e6c-ab0f-f14a28937cc2",
            "last_updated": "2023-04-18T12:12:05.691289-04:00",
            "created_at": "2023-04-16T12:17:25.590501-04:00",
            "name": "Game Total Over 8",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6b2b0f-fc0c-4f56-8a27-2b225b34e8d1/?format=api"
        },
        {
            "id": "268e4995-8602-4ebe-9674-0a9019629599",
            "gambit_id": "4f41bf63-c779-457a-a6fa-9dba866942c9",
            "last_updated": "2023-04-18T12:12:05.689886-04:00",
            "created_at": "2023-04-16T12:17:25.587864-04:00",
            "name": "Game Total Under 8",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dd6b2b0f-fc0c-4f56-8a27-2b225b34e8d1/?format=api"
        }
    ]
}