GET /api/bet_types/555f3882-2f28-4893-bbff-5d65b9019fd6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "555f3882-2f28-4893-bbff-5d65b9019fd6",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4ed9168-91a3-48c9-b9a9-fba13c7caf04/?format=api",
    "name": "Over/Under",
    "created_at": "2023-01-27T08:57:16.663599-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 Under 239",
                "amount": 5000.0
            },
            {
                "team": "Game Total Over 239",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9400.0,
        "profit_sb": -100.0,
        "profit_sb_percentage": -1.05,
        "recommended": false
    },
    "lines": [
        {
            "id": "dab20350-0d62-4ee9-be69-323bc6b1946b",
            "gambit_id": "0c8c9ad9-d148-4fd5-87a4-cabf55fe3528",
            "last_updated": "2023-01-28T19:27:10.224173-05:00",
            "created_at": "2023-01-27T08:57:16.664946-05:00",
            "name": "Game Total Under 239",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555f3882-2f28-4893-bbff-5d65b9019fd6/?format=api"
        },
        {
            "id": "8c6fc859-f33c-44a4-a192-6246163aed4a",
            "gambit_id": "f0ccbc5b-fb34-46e8-996b-b25f8ae049d4",
            "last_updated": "2023-01-28T19:27:10.225303-05:00",
            "created_at": "2023-01-27T08:57:16.666592-05:00",
            "name": "Game Total Over 239",
            "reward": "1.88000",
            "odds": "1.90910",
            "spread": "239.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/555f3882-2f28-4893-bbff-5d65b9019fd6/?format=api"
        }
    ]
}