GET /api/bet_types/2305f9a6-c9ef-4d51-b796-a75cfbd3d18e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2305f9a6-c9ef-4d51-b796-a75cfbd3d18e",
    "match": "https://api-prod.gambitprofit.com/api/matches/24db0afa-e81d-4451-88a3-a86ac7b184a0/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-30T09:18:12.752553-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 2.5",
                "amount": 6047.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3953.0
            }
        ],
        "expected_reward_tokens": 9250.02,
        "profit_sb": -249.98,
        "profit_sb_percentage": -2.63,
        "recommended": false
    },
    "lines": [
        {
            "id": "b6ab2893-8479-4405-9b29-1387106f2a0d",
            "gambit_id": "53eb7520-a966-41f3-9cd7-829349f29d7c",
            "last_updated": "2024-01-31T22:18:08.075981-05:00",
            "created_at": "2024-01-30T09:18:12.755952-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.53000",
            "odds": "1.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2305f9a6-c9ef-4d51-b796-a75cfbd3d18e/?format=api"
        },
        {
            "id": "a661fc12-2acd-4d66-8426-36a6aa82470c",
            "gambit_id": "c4aae255-3499-4189-ad94-4fec92e77bf7",
            "last_updated": "2024-01-31T22:18:08.079476-05:00",
            "created_at": "2024-01-30T09:18:12.760709-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.34000",
            "odds": "2.40000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2305f9a6-c9ef-4d51-b796-a75cfbd3d18e/?format=api"
        }
    ]
}