GET /api/bet_types/b0b0b0aa-e8a4-4755-85b9-4873574a9a0c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b0b0b0aa-e8a4-4755-85b9-4873574a9a0c",
    "match": "https://api-prod.gambitprofit.com/api/matches/73067bbf-e6cd-4220-9d25-0b8273120878/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-18T10:18:20.577354-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "fcc11242-22d0-47d8-8ea3-bee05cb4436e",
            "gambit_id": "71f550d9-26e4-4ae8-bc24-0df7d6d5612c",
            "last_updated": "2024-01-19T20:38:13.826709-05:00",
            "created_at": "2024-01-18T10:18:20.581865-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b0b0aa-e8a4-4755-85b9-4873574a9a0c/?format=api"
        },
        {
            "id": "bdba5f4f-238e-4d54-860a-ab6254a60f58",
            "gambit_id": "deffaa57-d3fa-467e-8bfa-271e22c7a2bb",
            "last_updated": "2024-01-19T20:38:13.829946-05:00",
            "created_at": "2024-01-18T10:18:20.586359-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b0b0b0aa-e8a4-4755-85b9-4873574a9a0c/?format=api"
        }
    ]
}