GET /api/bet_types/cc50517f-6dd2-4990-90f6-3354a698460b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cc50517f-6dd2-4990-90f6-3354a698460b",
    "match": "https://api-prod.gambitprofit.com/api/matches/081aeff3-d220-427a-9835-e09755b44421/?format=api",
    "name": "Over/Under",
    "created_at": "2023-05-08T11:46:59.383278-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 7.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "4d056c99-71dc-4582-bcd3-6153789a5197",
            "gambit_id": "892f8123-147c-4abb-b47e-3c83e206e5d5",
            "last_updated": "2023-05-09T11:12:09.986937-04:00",
            "created_at": "2023-05-08T11:46:59.385375-04:00",
            "name": "Game Total Under 7.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc50517f-6dd2-4990-90f6-3354a698460b/?format=api"
        },
        {
            "id": "277d53f0-8fdb-433c-bf52-ee398d0b523d",
            "gambit_id": "06af42f4-6cc5-4360-a83e-c6ad58fec51b",
            "last_updated": "2023-05-09T11:12:09.988521-04:00",
            "created_at": "2023-05-08T11:46:59.387749-04:00",
            "name": "Game Total Over 7.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cc50517f-6dd2-4990-90f6-3354a698460b/?format=api"
        }
    ]
}