GET /api/bet_types/ad8a4b5a-6df3-444c-a7cb-25a2d82355ac/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ad8a4b5a-6df3-444c-a7cb-25a2d82355ac",
    "match": "https://api-prod.gambitprofit.com/api/matches/55da0872-781a-4694-b840-d35a36fccef9/?format=api",
    "name": "Over/Under",
    "created_at": "2022-12-27T08:57:17.367185-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 6.5",
                "amount": 5292.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4708.0
            }
        ],
        "expected_reward_tokens": 8943.48,
        "profit_sb": -56.52,
        "profit_sb_percentage": -0.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "aa3babad-eb6b-4f81-8706-dbf970f0078c",
            "gambit_id": "b0dd0f68-a3c4-4a08-a73e-3f10cc56f961",
            "last_updated": "2022-12-28T21:42:15.702864-05:00",
            "created_at": "2022-12-27T08:57:17.369649-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.69000",
            "odds": "1.80000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8a4b5a-6df3-444c-a7cb-25a2d82355ac/?format=api"
        },
        {
            "id": "183f5555-2d70-4c66-a203-a56edf93d109",
            "gambit_id": "0ef0e0f7-7f06-4c48-8408-d2ec67148d63",
            "last_updated": "2022-12-28T21:42:15.701736-05:00",
            "created_at": "2022-12-27T08:57:17.368389-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.90000",
            "odds": "2.05000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ad8a4b5a-6df3-444c-a7cb-25a2d82355ac/?format=api"
        }
    ]
}