GET /api/bet_types/7ed00b7c-9bd4-4b18-83ba-99bfd34fc2a2/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ed00b7c-9bd4-4b18-83ba-99bfd34fc2a2",
    "match": "https://api-prod.gambitprofit.com/api/matches/62bbb8a6-db01-4a0a-b5bc-90c78497d3d6/?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 9.5",
                "amount": 5208.0
            },
            {
                "team": "Game Total Under 9.5",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "98236a7f-13f6-447b-bfbb-021a1ddef923",
            "gambit_id": "58be4d6c-de12-4941-97de-8ab399193256",
            "last_updated": "2022-09-27T09:27:22.223522-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 9.5",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed00b7c-9bd4-4b18-83ba-99bfd34fc2a2/?format=api"
        },
        {
            "id": "46029f9b-a707-4b41-a284-151b47006d3d",
            "gambit_id": "3871a975-ff65-4970-8a2c-429db28f4135",
            "last_updated": "2022-09-27T09:27:22.222303-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 9.5",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ed00b7c-9bd4-4b18-83ba-99bfd34fc2a2/?format=api"
        }
    ]
}