GET /api/bet_types/328b0c4e-6edd-45e5-b9d7-6148ded5c698/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "328b0c4e-6edd-45e5-b9d7-6148ded5c698",
    "match": "https://api-prod.gambitprofit.com/api/matches/3a395fff-1155-4fb1-b8ff-91ba4a6a5719/?format=api",
    "name": "Over/Under",
    "created_at": "2023-04-11T09:02:18.644565-04: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 7",
                "amount": 5213.0
            },
            {
                "team": "Game Total Over 7",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "22d6c0e2-e7d9-4ad3-a7f2-1dc893086ab0",
            "gambit_id": "bcd7c09a-d969-423d-9997-3ef8aaab14ba",
            "last_updated": "2023-04-13T11:22:19.922356-04:00",
            "created_at": "2023-04-11T09:02:18.647266-04:00",
            "name": "Game Total Under 7",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328b0c4e-6edd-45e5-b9d7-6148ded5c698/?format=api"
        },
        {
            "id": "961b4a13-4155-4a55-9355-d3e4332a9a73",
            "gambit_id": "9a799c3c-0a00-4373-89c6-3466ad112d03",
            "last_updated": "2023-04-13T11:22:19.924398-04:00",
            "created_at": "2023-04-11T09:02:18.650619-04:00",
            "name": "Game Total Over 7",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "7.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/328b0c4e-6edd-45e5-b9d7-6148ded5c698/?format=api"
        }
    ]
}