GET /api/bet_types/0eeb9053-f4d9-4b7d-bb1f-d50b20980a1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0eeb9053-f4d9-4b7d-bb1f-d50b20980a1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/a08c87df-0452-42bc-8068-86444eb95ced/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-23T09:12:59.647374-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": 5213.0
            },
            {
                "team": "Game Total Under 6",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "b5286212-6b18-4382-80c8-1134ff19fa71",
            "gambit_id": "d90230a7-48a1-44cb-8537-29aa54d4d4d5",
            "last_updated": "2023-12-26T15:28:18.941796-05:00",
            "created_at": "2023-12-23T09:12:59.650898-05:00",
            "name": "Game Total Over 6",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eeb9053-f4d9-4b7d-bb1f-d50b20980a1e/?format=api"
        },
        {
            "id": "6488e609-147a-4161-adcc-6dc687fad345",
            "gambit_id": "cff86512-8a33-44be-b80c-e362489f4f00",
            "last_updated": "2023-12-26T15:28:18.945093-05:00",
            "created_at": "2023-12-23T09:12:59.654899-05:00",
            "name": "Game Total Under 6",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0eeb9053-f4d9-4b7d-bb1f-d50b20980a1e/?format=api"
        }
    ]
}