GET /api/bet_types/324fa419-2c90-47c2-82ad-acd892a88e31/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "324fa419-2c90-47c2-82ad-acd892a88e31",
    "match": "https://api-prod.gambitprofit.com/api/matches/8969fb88-6188-4088-96b4-cf27a8f878e1/?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": "Total Rounds Under 2.5",
                "amount": 5197.0
            },
            {
                "team": "Total Rounds Over 2.5",
                "amount": 4803.0
            }
        ],
        "expected_reward_tokens": 8885.55,
        "profit_sb": -614.45,
        "profit_sb_percentage": -6.47,
        "recommended": false
    },
    "lines": [
        {
            "id": "ff367fd7-1734-446b-9d51-40966b6d9999",
            "gambit_id": "72e06431-a225-4a80-a909-e974ae17d222",
            "last_updated": "2022-10-03T15:41:57.283926-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Under 2.5",
            "reward": "1.71000",
            "odds": "1.80000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/324fa419-2c90-47c2-82ad-acd892a88e31/?format=api"
        },
        {
            "id": "33bf04cc-48e2-4d24-b05f-5d9b9bdc44ef",
            "gambit_id": "4077acc7-5421-4af8-98a9-71d35c9eaae0",
            "last_updated": "2022-10-03T15:41:57.285478-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Total Rounds Over 2.5",
            "reward": "1.85000",
            "odds": "1.95240",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/324fa419-2c90-47c2-82ad-acd892a88e31/?format=api"
        }
    ]
}