GET /api/bet_types/78c7bf2b-ef4f-443f-905e-52c2c5d6fb69/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "78c7bf2b-ef4f-443f-905e-52c2c5d6fb69",
    "match": "https://api-prod.gambitprofit.com/api/matches/32b4f8c6-d4cf-4559-80bc-bf373151d346/?format=api",
    "name": "Over/Under",
    "created_at": "1969-12-31T19:00:00-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 2.5",
                "amount": 6266.0
            },
            {
                "team": "Game Total Under 2.5",
                "amount": 3734.0
            }
        ],
        "expected_reward_tokens": 9335.0,
        "profit_sb": -165.0,
        "profit_sb_percentage": -1.74,
        "recommended": false
    },
    "lines": [
        {
            "id": "2bb004c6-0eab-410c-90de-b27097de74da",
            "gambit_id": "cdb1d528-8e2e-4496-bf16-f0221ed2ad6f",
            "last_updated": "2022-10-11T13:32:17.057398-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Over 2.5",
            "reward": "1.49000",
            "odds": "1.50000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c7bf2b-ef4f-443f-905e-52c2c5d6fb69/?format=api"
        },
        {
            "id": "82c04a70-16dc-4336-b07f-fedde4e454d2",
            "gambit_id": "7e0ebb20-3fe7-4975-bc8a-5b723729fdca",
            "last_updated": "2022-10-11T13:32:17.058578-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Game Total Under 2.5",
            "reward": "2.50000",
            "odds": "2.55000",
            "spread": "2.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/78c7bf2b-ef4f-443f-905e-52c2c5d6fb69/?format=api"
        }
    ]
}