GET /api/bet_types/7adc9ce8-db5a-4cb0-8bf7-2a7105fd4ce4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7adc9ce8-db5a-4cb0-8bf7-2a7105fd4ce4",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a13e158-bd1d-43f4-9620-4a00f28ea37a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-25T11:41:56.320992-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": "PHI",
                "amount": 5867.0
            },
            {
                "team": "SEA",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb188b4f-451a-4868-9a95-e421d1e27c60",
            "gambit_id": "c1fe7e04-fd91-41bb-a7c4-45ea5685fdf0",
            "last_updated": "2023-05-02T18:37:00.499478-04:00",
            "created_at": "2023-04-25T11:41:56.322803-04:00",
            "name": "PHI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7adc9ce8-db5a-4cb0-8bf7-2a7105fd4ce4/?format=api"
        },
        {
            "id": "cfadd54a-7cf2-4e72-9fb3-1e91cd74e2e5",
            "gambit_id": "b36c7b60-74f9-4a80-8781-c3fb71b374b7",
            "last_updated": "2023-05-02T18:37:00.500822-04:00",
            "created_at": "2023-04-25T11:41:56.324912-04:00",
            "name": "SEA",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7adc9ce8-db5a-4cb0-8bf7-2a7105fd4ce4/?format=api"
        }
    ]
}