GET /api/bet_types/0fb3aa79-e50a-49ef-a00c-5a19fa5be1e2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0fb3aa79-e50a-49ef-a00c-5a19fa5be1e2",
    "match": "https://api-prod.gambitprofit.com/api/matches/9800c987-b1f9-4eec-ba98-4a8808f55a71/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-10T09:38:09.675770-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 Under 6.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "cae23912-2cfa-4167-990f-99fcd43e2e02",
            "gambit_id": "54b00e02-947f-4177-8d19-a43922410f1e",
            "last_updated": "2024-01-11T11:18:08.455110-05:00",
            "created_at": "2024-01-10T09:38:09.683604-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fb3aa79-e50a-49ef-a00c-5a19fa5be1e2/?format=api"
        },
        {
            "id": "928f154e-8c48-4eb1-89ff-115c401cd169",
            "gambit_id": "08be3f13-15a2-4881-9aa8-bb9c15accda3",
            "last_updated": "2024-01-11T11:18:08.433081-05:00",
            "created_at": "2024-01-10T09:38:09.679259-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0fb3aa79-e50a-49ef-a00c-5a19fa5be1e2/?format=api"
        }
    ]
}