GET /api/bet_types/a91398db-4b3b-47f1-bc3a-92be9f2e1f8b/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a91398db-4b3b-47f1-bc3a-92be9f2e1f8b",
    "match": "https://api-prod.gambitprofit.com/api/matches/b421f6a3-ab17-41ec-a34a-6121671837d4/?format=api",
    "name": "Over/Under",
    "created_at": "2023-03-07T09:41:55.891134-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 6",
                "amount": 5107.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "35f219f4-cfe6-4cab-8449-b01e02cf8477",
            "gambit_id": "0d6fa852-3664-4f8c-b662-1f4d1c671e05",
            "last_updated": "2023-03-08T10:52:03.276304-05:00",
            "created_at": "2023-03-07T09:41:55.893697-05:00",
            "name": "Game Total Over 6",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a91398db-4b3b-47f1-bc3a-92be9f2e1f8b/?format=api"
        },
        {
            "id": "cb82a9cd-592c-4467-bf88-f72ac47e9729",
            "gambit_id": "a324e942-b364-464e-a96e-7b356c178c99",
            "last_updated": "2023-03-08T10:52:03.275112-05:00",
            "created_at": "2023-03-07T09:41:55.892391-05:00",
            "name": "Game Total Under 6",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a91398db-4b3b-47f1-bc3a-92be9f2e1f8b/?format=api"
        }
    ]
}