GET /api/bet_types/2c4fce41-281c-4a05-bc81-035d4e489b0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2c4fce41-281c-4a05-bc81-035d4e489b0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/a13eeb62-31b8-4483-a746-0f23f4468d4e/?format=api",
    "name": "Over/Under",
    "created_at": "2023-08-12T09:43:04.182998-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 10",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 10",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "c3fbf6d8-c03e-43d7-b37b-11d919c33fcd",
            "gambit_id": "8d9b9ea5-bc81-407e-a410-f7ddab500c5f",
            "last_updated": "2023-08-14T10:53:14.860236-04:00",
            "created_at": "2023-08-12T09:43:04.188142-04:00",
            "name": "Game Total Over 10",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4fce41-281c-4a05-bc81-035d4e489b0c/?format=api"
        },
        {
            "id": "49eb65c8-625c-4d95-bcce-3dea31058201",
            "gambit_id": "3d4aab3a-6396-4fe3-8ea4-be27dfc1a896",
            "last_updated": "2023-08-14T10:53:14.856813-04:00",
            "created_at": "2023-08-12T09:43:04.195691-04:00",
            "name": "Game Total Under 10",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2c4fce41-281c-4a05-bc81-035d4e489b0c/?format=api"
        }
    ]
}