GET /api/bet_types/0a4f1916-1fca-41f8-bddc-178cadc8eeae/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0a4f1916-1fca-41f8-bddc-178cadc8eeae",
    "match": "https://api-prod.gambitprofit.com/api/matches/70b07885-e601-46a7-99ea-8087c45fb47f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-01T09:18:21.245233-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": "CLE",
                "amount": 6390.0
            },
            {
                "team": "DET",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "19f42fe1-327b-49f8-9098-5c631596bed1",
            "gambit_id": "65cc5df1-1a43-4782-9539-f7b5c6a3cac8",
            "last_updated": "2023-10-02T21:13:14.394232-04:00",
            "created_at": "2023-10-01T09:18:21.248767-04:00",
            "name": "CLE",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a4f1916-1fca-41f8-bddc-178cadc8eeae/?format=api"
        },
        {
            "id": "e865112c-7628-42a4-94e7-4c55307d402f",
            "gambit_id": "a53177c0-8ba9-4094-8978-a0fb3e57f391",
            "last_updated": "2023-10-02T21:13:14.397516-04:00",
            "created_at": "2023-10-01T09:18:21.256010-04:00",
            "name": "DET",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0a4f1916-1fca-41f8-bddc-178cadc8eeae/?format=api"
        }
    ]
}