GET /api/bet_types/e89754fd-54ec-4c6f-a002-662115bfe426/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e89754fd-54ec-4c6f-a002-662115bfe426",
    "match": "https://api-prod.gambitprofit.com/api/matches/fdf49c74-a4a2-4f9e-95fe-516ea668c0ac/?format=api",
    "name": "Play the Odds",
    "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": "WAS",
                "amount": 5000.0
            },
            {
                "team": "MIA",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "986a34c7-660f-428a-8e5c-15e8264e2c75",
            "gambit_id": "9ce663dd-0b6e-4cda-ab61-cfa016428930",
            "last_updated": "2022-09-19T11:57:16.986638-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89754fd-54ec-4c6f-a002-662115bfe426/?format=api"
        },
        {
            "id": "82a7cd2f-65d7-4eac-9d21-63270db1206a",
            "gambit_id": "6694b5c0-b029-4fc8-88ac-aaac3248d45c",
            "last_updated": "2022-09-19T11:57:16.987635-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIA",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e89754fd-54ec-4c6f-a002-662115bfe426/?format=api"
        }
    ]
}