GET /api/bet_types/ffa6f3e7-72ae-4ec3-9cc6-b825921fc004/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ffa6f3e7-72ae-4ec3-9cc6-b825921fc004",
    "match": "https://api-prod.gambitprofit.com/api/matches/23b51ce9-3258-4c5f-bf4e-5b57722850fc/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-02T09:33:14.290626-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 Over 8.5",
                "amount": 5423.0
            },
            {
                "team": "Game Total Under 8.5",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "43ac4946-8a05-4f7b-a5eb-d117d59ee974",
            "gambit_id": "b990c3df-1448-479a-bf07-a22e7ba33eb5",
            "last_updated": "2023-09-04T12:53:28.694337-04:00",
            "created_at": "2023-09-02T09:33:14.294192-04:00",
            "name": "Game Total Over 8.5",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa6f3e7-72ae-4ec3-9cc6-b825921fc004/?format=api"
        },
        {
            "id": "e78c3a3c-c5a3-4168-963a-04da9f1810b3",
            "gambit_id": "57754477-3b99-4d89-842c-259ccc027c6d",
            "last_updated": "2023-09-04T12:53:28.698168-04:00",
            "created_at": "2023-09-02T09:33:14.297835-04:00",
            "name": "Game Total Under 8.5",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ffa6f3e7-72ae-4ec3-9cc6-b825921fc004/?format=api"
        }
    ]
}