GET /api/bet_types/b67b8467-57f0-403b-bb4f-1f94692273e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b67b8467-57f0-403b-bb4f-1f94692273e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/45a4bf8a-a40e-4730-9746-24076408177a/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6421.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3579.0
            }
        ],
        "expected_reward_tokens": 9053.61,
        "profit_sb": 53.61,
        "profit_sb_percentage": 0.6,
        "recommended": true
    },
    "lines": [
        {
            "id": "a8965e6b-06bf-41b4-bbf7-3ed4e6c0fdce",
            "gambit_id": "da0b0925-3061-44d9-baf6-b740bfad2b27",
            "last_updated": "2022-09-01T10:57:04.643618-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.41000",
            "odds": "1.45000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b67b8467-57f0-403b-bb4f-1f94692273e8/?format=api"
        },
        {
            "id": "88b3d906-85db-42ab-8c81-aeed0e82b12f",
            "gambit_id": "8b5ef61d-9559-4831-9608-2f640a6ebf28",
            "last_updated": "2022-09-01T10:57:04.643132-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.53000",
            "odds": "2.70000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b67b8467-57f0-403b-bb4f-1f94692273e8/?format=api"
        }
    ]
}