GET /api/bet_types/5469e970-2a61-4c06-984f-178606b9f367/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5469e970-2a61-4c06-984f-178606b9f367",
    "match": "https://api-prod.gambitprofit.com/api/matches/7f471802-c5dd-4bff-8223-3b1c38c3e97c/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-02T08:58:23.153502-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": 5423.0
            },
            {
                "team": "WAS",
                "amount": 4577.0
            }
        ],
        "expected_reward_tokens": 9381.79,
        "profit_sb": -118.21,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "524b656f-bbc5-44be-a210-64e4792a28a0",
            "gambit_id": "51eafce2-30d9-4aec-871d-a6a9cb0e7a80",
            "last_updated": "2023-07-04T10:18:06.581646-04:00",
            "created_at": "2023-07-02T08:58:23.156778-04:00",
            "name": "PHI",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5469e970-2a61-4c06-984f-178606b9f367/?format=api"
        },
        {
            "id": "04aac287-2171-42ab-9bf8-af31e8809616",
            "gambit_id": "e2fec923-c7e5-4513-8fff-5f8a60b3542f",
            "last_updated": "2023-07-04T10:18:06.578430-04:00",
            "created_at": "2023-07-02T08:58:23.155110-04:00",
            "name": "WAS",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5469e970-2a61-4c06-984f-178606b9f367/?format=api"
        }
    ]
}