GET /api/bet_types/6a1c54f4-c08f-4ba2-b985-1adeb8dbe8fa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a1c54f4-c08f-4ba2-b985-1adeb8dbe8fa",
    "match": "https://api-prod.gambitprofit.com/api/matches/e1f7e20c-1af8-422d-80a2-d21639f0c165/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:13:00.826549-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 Under 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Over 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "824ea3ac-1491-4503-825e-ac78a08ef3d7",
            "gambit_id": "2049504f-757b-422a-8c43-9cad46494a1c",
            "last_updated": "2023-12-26T15:23:14.120912-05:00",
            "created_at": "2023-12-23T09:13:00.834559-05:00",
            "name": "Game Total Under 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a1c54f4-c08f-4ba2-b985-1adeb8dbe8fa/?format=api"
        },
        {
            "id": "e9ccc7d8-a6d7-48c4-bcc9-7067a8b47108",
            "gambit_id": "735a6738-537c-42aa-a092-a22f5c39a4d0",
            "last_updated": "2023-12-26T15:23:14.117529-05:00",
            "created_at": "2023-12-23T09:13:00.830355-05:00",
            "name": "Game Total Over 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a1c54f4-c08f-4ba2-b985-1adeb8dbe8fa/?format=api"
        }
    ]
}