GET /api/bet_types/504257ef-e4cf-483f-81ca-4f35e2ab7023/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "504257ef-e4cf-483f-81ca-4f35e2ab7023",
    "match": "https://api-prod.gambitprofit.com/api/matches/642d75c2-ebae-486e-bc25-16addc7cecc6/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-09T10:13:05.843587-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": "Total Rounds Under 4.5",
                "amount": 6309.0
            },
            {
                "team": "Total Rounds Over 4.5",
                "amount": 3691.0
            }
        ],
        "expected_reward_tokens": 9337.32,
        "profit_sb": -162.68,
        "profit_sb_percentage": -1.71,
        "recommended": false
    },
    "lines": [
        {
            "id": "77107c80-89f9-474d-a847-1f4cb534bafe",
            "gambit_id": "e8ddaaf7-cd24-475f-9a02-af18a5c26b24",
            "last_updated": "2023-09-12T11:38:02.607935-04:00",
            "created_at": "2023-09-09T10:13:05.853851-04:00",
            "name": "Total Rounds Under 4.5",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/504257ef-e4cf-483f-81ca-4f35e2ab7023/?format=api"
        },
        {
            "id": "7a4002d7-850d-4219-9310-73126c22e979",
            "gambit_id": "8bb4c859-6f5c-411d-bb05-86f17bab7b42",
            "last_updated": "2023-09-12T11:38:02.604308-04:00",
            "created_at": "2023-09-09T10:13:05.848240-04:00",
            "name": "Total Rounds Over 4.5",
            "reward": "2.53000",
            "odds": "2.60000",
            "spread": "4.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/504257ef-e4cf-483f-81ca-4f35e2ab7023/?format=api"
        }
    ]
}