GET /api/bet_types/3bfbd1c9-dc10-4cf3-a27d-960abe630a78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3bfbd1c9-dc10-4cf3-a27d-960abe630a78",
    "match": "https://api-prod.gambitprofit.com/api/matches/83a6974f-95fa-4917-a77b-9d137760b960/?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 62",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 62",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f299da8d-7e6e-444d-bac0-75b6b6794175",
            "gambit_id": "39be1eb7-a386-4314-abb7-73fdc892503b",
            "last_updated": "2022-09-25T21:32:24.973971-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 62",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bfbd1c9-dc10-4cf3-a27d-960abe630a78/?format=api"
        },
        {
            "id": "a6a667d7-d73e-4eac-b808-a305ec0bce39",
            "gambit_id": "b998ccbc-fbee-4cf7-bf1e-1367c3cd3ec2",
            "last_updated": "2022-09-25T21:32:24.972921-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 62",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "62.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3bfbd1c9-dc10-4cf3-a27d-960abe630a78/?format=api"
        }
    ]
}