GET /api/bet_types/29af08af-c674-4ad3-878c-c0c78a81f79f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "29af08af-c674-4ad3-878c-c0c78a81f79f",
    "match": "https://api-prod.gambitprofit.com/api/matches/8fdb5616-3845-4c26-8f43-714f4364c8b9/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-14T08:48:12.746072-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": "dd233c02-1af0-4a63-b548-0b00d2494b85",
            "gambit_id": "5e3cd5bd-ca31-43ed-95ff-0c047fa3004e",
            "last_updated": "2023-08-15T18:38:09.756177-04:00",
            "created_at": "2023-08-14T08:48:12.749798-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/29af08af-c674-4ad3-878c-c0c78a81f79f/?format=api"
        },
        {
            "id": "63e080ca-ef03-45f3-b4f3-3c2f755793b7",
            "gambit_id": "2a07ecb1-0e7e-4bca-ae5a-5a4beabe27ed",
            "last_updated": "2023-08-15T18:38:09.750320-04:00",
            "created_at": "2023-08-14T08:48:12.753694-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/29af08af-c674-4ad3-878c-c0c78a81f79f/?format=api"
        }
    ]
}