GET /api/bet_types/6b47e38c-5047-4821-bf5b-941c6f7eba57/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6b47e38c-5047-4821-bf5b-941c6f7eba57",
    "match": "https://api-prod.gambitprofit.com/api/matches/ac3ca4d9-f03b-425f-8f2e-a5d3adf4696d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T08:23:21.765000-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": 5857.0
            },
            {
                "team": "ATL",
                "amount": 4143.0
            }
        ],
        "expected_reward_tokens": 9487.47,
        "profit_sb": -12.53,
        "profit_sb_percentage": -0.13,
        "recommended": false
    },
    "lines": [
        {
            "id": "1835f473-228c-4d44-bbf1-6add0ff5e048",
            "gambit_id": "02c54079-5cdf-457a-b49d-ad24686466fb",
            "last_updated": "2023-09-22T10:48:04.225369-04:00",
            "created_at": "2023-09-20T08:23:21.769416-04:00",
            "name": "PHI",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b47e38c-5047-4821-bf5b-941c6f7eba57/?format=api"
        },
        {
            "id": "06136f08-ea34-4340-8a80-bb8c1a4060b0",
            "gambit_id": "43a627d6-918b-41cd-a3b3-4783c62db8ee",
            "last_updated": "2023-09-22T10:48:04.228655-04:00",
            "created_at": "2023-09-20T08:23:21.775289-04:00",
            "name": "ATL",
            "reward": "2.29000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6b47e38c-5047-4821-bf5b-941c6f7eba57/?format=api"
        }
    ]
}