GET /api/bet_types/b931f4a0-32aa-47f9-a6da-da989295ce78/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b931f4a0-32aa-47f9-a6da-da989295ce78",
    "match": "https://api-prod.gambitprofit.com/api/matches/7da13ccd-8c94-4daf-8269-c0ecb93a7b85/?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 7",
                "amount": 5304.0
            },
            {
                "team": "Game Total Under 7",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "4a224f1c-3b1f-4d27-a508-c75b83660336",
            "gambit_id": "274576b8-c846-42c4-a70f-6f2a75f254d0",
            "last_updated": "2022-09-23T10:22:09.516119-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 7",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b931f4a0-32aa-47f9-a6da-da989295ce78/?format=api"
        },
        {
            "id": "ec2c575a-dff2-49c8-a0b0-9b87eeb7b737",
            "gambit_id": "e8afb131-623b-49ce-a59c-2cd9b238af21",
            "last_updated": "2022-09-23T10:22:09.514941-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 7",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b931f4a0-32aa-47f9-a6da-da989295ce78/?format=api"
        }
    ]
}