GET /api/bet_types/4dbcae98-bf19-4dc4-a18e-71271d04b6af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "4dbcae98-bf19-4dc4-a18e-71271d04b6af",
    "match": "https://api-prod.gambitprofit.com/api/matches/07a094af-ad0a-4022-920a-de4cbc013dcc/?format=api",
    "name": "Over/Under",
    "created_at": "2024-01-15T10:23:24.542896-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 246",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 246",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "71fdce71-839e-4cca-882f-762ffe86dbe5",
            "gambit_id": "0ef52c15-4ef4-4e95-9dbe-6382cedbeb30",
            "last_updated": "2024-01-17T22:08:08.547960-05:00",
            "created_at": "2024-01-15T10:23:24.546801-05:00",
            "name": "Game Total Over 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dbcae98-bf19-4dc4-a18e-71271d04b6af/?format=api"
        },
        {
            "id": "65803452-b7bb-40f9-b413-2b2ffa60233c",
            "gambit_id": "8c819488-2074-45ce-b09a-e5694c4a5da8",
            "last_updated": "2024-01-17T22:08:08.551316-05:00",
            "created_at": "2024-01-15T10:23:24.550992-05:00",
            "name": "Game Total Under 246",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "246.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/4dbcae98-bf19-4dc4-a18e-71271d04b6af/?format=api"
        }
    ]
}