GET /api/bet_types/a55095fc-c191-4790-978e-d807c8c1befa/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a55095fc-c191-4790-978e-d807c8c1befa",
    "match": "https://api-prod.gambitprofit.com/api/matches/093a528c-0f2f-4a38-8f04-51d414ce9f34/?format=api",
    "name": "Over/Under",
    "created_at": "2023-02-14T17:37:09.604340-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": 5316.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4684.0
            }
        ],
        "expected_reward_tokens": 9461.68,
        "profit_sb": -38.32,
        "profit_sb_percentage": -0.4,
        "recommended": false
    },
    "lines": [
        {
            "id": "b1a9ddd2-30d0-4134-90f3-6353bdc503e5",
            "gambit_id": "80bbc2b9-a28a-460f-8c33-937687219eb3",
            "last_updated": "2023-02-16T16:56:58.233972-05:00",
            "created_at": "2023-02-14T17:37:09.606947-05:00",
            "name": "Game Total Over 6",
            "reward": "1.78000",
            "odds": "1.80000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55095fc-c191-4790-978e-d807c8c1befa/?format=api"
        },
        {
            "id": "4122de08-841c-41c6-a803-e185f3ec7be7",
            "gambit_id": "5edb2201-7c34-42c8-ba30-9e581dfb293e",
            "last_updated": "2023-02-16T16:56:58.232685-05:00",
            "created_at": "2023-02-14T17:37:09.605656-05:00",
            "name": "Game Total Under 6",
            "reward": "2.02000",
            "odds": "2.05000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a55095fc-c191-4790-978e-d807c8c1befa/?format=api"
        }
    ]
}