GET /api/bet_types/cbc2a474-d1e7-4b93-a0b7-f7c08121f49b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cbc2a474-d1e7-4b93-a0b7-f7c08121f49b",
    "match": "https://api-prod.gambitprofit.com/api/matches/c8520545-c064-4fd8-a1f1-d7b6f3d28d18/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-22T13:07:00.253355-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.5",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "3d48fef8-baa4-4969-87d3-f112b9ccc609",
            "gambit_id": "45bd09d3-fc60-4eac-a4f2-2164c15b869e",
            "last_updated": "2023-04-23T12:41:51.077598-04:00",
            "created_at": "2023-04-22T13:07:00.257860-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc2a474-d1e7-4b93-a0b7-f7c08121f49b/?format=api"
        },
        {
            "id": "6af4f343-0fc3-4d65-b36f-93de9d898daf",
            "gambit_id": "5dbcf689-a2fe-4376-87d0-cbd27e7bd873",
            "last_updated": "2023-04-23T12:41:51.075662-04:00",
            "created_at": "2023-04-22T13:07:00.255612-04:00",
            "name": "Game Total Under 8.5",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cbc2a474-d1e7-4b93-a0b7-f7c08121f49b/?format=api"
        }
    ]
}