GET /api/bet_types/e7c263ae-cb20-41b0-b488-4923c36da96f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e7c263ae-cb20-41b0-b488-4923c36da96f",
    "match": "https://api-prod.gambitprofit.com/api/matches/105cc638-e036-4b93-a161-cc9dace44f55/?format=api",
    "name": "Over/Under",
    "created_at": "2023-12-02T08:28:14.694579-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.5",
                "amount": 5213.0
            },
            {
                "team": "Game Total Under 6.5",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "21f3b29e-18eb-45d3-9a95-196b7db75abb",
            "gambit_id": "259e1229-5022-429b-aff9-7b3cf57ded8a",
            "last_updated": "2023-12-04T15:23:35.015906-05:00",
            "created_at": "2023-12-02T08:28:14.698348-05:00",
            "name": "Game Total Over 6.5",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c263ae-cb20-41b0-b488-4923c36da96f/?format=api"
        },
        {
            "id": "41b4f269-7e58-4158-a24e-7356e6efdad2",
            "gambit_id": "6a5c42f5-3f2b-492a-9339-a5c962184140",
            "last_updated": "2023-12-04T15:23:35.019345-05:00",
            "created_at": "2023-12-02T08:28:14.702804-05:00",
            "name": "Game Total Under 6.5",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e7c263ae-cb20-41b0-b488-4923c36da96f/?format=api"
        }
    ]
}