GET /api/bet_types/c07054c2-5ea5-4c39-aff3-57bffda87f1e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c07054c2-5ea5-4c39-aff3-57bffda87f1e",
    "match": "https://api-prod.gambitprofit.com/api/matches/229e738a-03aa-4d74-a674-beef82f2af70/?format=api",
    "name": "Over/Under",
    "created_at": "2023-09-28T10:08:16.004282-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 47",
                "amount": 5000.0
            },
            {
                "team": "Game Total Under 47",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "4634a0bb-3771-43fc-a0ce-6f6ac9f9eb79",
            "gambit_id": "0296b372-4296-4282-a09f-3a5a8d2e7835",
            "last_updated": "2023-10-02T20:58:11.118008-04:00",
            "created_at": "2023-09-28T10:08:16.008702-04:00",
            "name": "Game Total Over 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c07054c2-5ea5-4c39-aff3-57bffda87f1e/?format=api"
        },
        {
            "id": "c6ee722a-c44a-4434-87b1-9a50066b5f76",
            "gambit_id": "3054e29c-4a63-440d-87cc-db714b0f98a7",
            "last_updated": "2023-10-02T20:58:11.121593-04:00",
            "created_at": "2023-09-28T10:08:16.012967-04:00",
            "name": "Game Total Under 47",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "47.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c07054c2-5ea5-4c39-aff3-57bffda87f1e/?format=api"
        }
    ]
}