GET /api/bet_types/23b0ef8e-0898-4abc-ac3c-09790c532df3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23b0ef8e-0898-4abc-ac3c-09790c532df3",
    "match": "https://api-prod.gambitprofit.com/api/matches/e087b734-f407-4ed0-b8c0-affcea0dd0ec/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-26T12:02:12.530143-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 222.5",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 222.5",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "15554722-4a64-4e78-bbe9-2e42ed9983a7",
            "gambit_id": "b6de86ee-4bb2-4f09-b632-557783715a64",
            "last_updated": "2023-04-27T11:52:06.414244-04:00",
            "created_at": "2023-04-26T12:02:12.532946-04:00",
            "name": "Game Total Over 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b0ef8e-0898-4abc-ac3c-09790c532df3/?format=api"
        },
        {
            "id": "f2a744a2-9ab5-439c-85e7-55ea543e7505",
            "gambit_id": "77632e62-2124-4d0e-bd89-092bf6cecd35",
            "last_updated": "2023-04-27T11:52:06.411051-04:00",
            "created_at": "2023-04-26T12:02:12.531517-04:00",
            "name": "Game Total Under 222.5",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "222.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23b0ef8e-0898-4abc-ac3c-09790c532df3/?format=api"
        }
    ]
}