GET /api/bet_types/daeb95a0-1fc5-4181-8e66-9bd1539dab14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "daeb95a0-1fc5-4181-8e66-9bd1539dab14",
    "match": "https://api-prod.gambitprofit.com/api/matches/e20c17d6-77d8-43b9-bdfa-abcfd7241f58/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-08T11:46:59.703755-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": "LAA",
                "amount": 5867.0
            },
            {
                "team": "HOU",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "8a9bc034-227b-4884-a15f-c1b9f079f78d",
            "gambit_id": "45710fc2-c452-44df-be56-4db055e01c75",
            "last_updated": "2023-05-09T11:27:18.342692-04:00",
            "created_at": "2023-05-08T11:46:59.705876-04:00",
            "name": "LAA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daeb95a0-1fc5-4181-8e66-9bd1539dab14/?format=api"
        },
        {
            "id": "86b2468b-aa66-46cf-ba6c-6e66dacf4a1d",
            "gambit_id": "780fa208-1f44-4867-8a4b-7b3360cd147e",
            "last_updated": "2023-05-09T11:27:18.344469-04:00",
            "created_at": "2023-05-08T11:46:59.708161-04:00",
            "name": "HOU",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/daeb95a0-1fc5-4181-8e66-9bd1539dab14/?format=api"
        }
    ]
}