GET /api/bet_types/c468302e-309b-4485-97f9-bfdda3c5c8c3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "c468302e-309b-4485-97f9-bfdda3c5c8c3",
    "match": "https://api-prod.gambitprofit.com/api/matches/ea22a419-d4ff-4da2-95ee-fce0c49b6646/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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": "CWS (D Cease)",
                "amount": 5241.0
            },
            {
                "team": "CLE (A Civale)",
                "amount": 4759.0
            }
        ],
        "expected_reward_tokens": 9327.64,
        "profit_sb": 327.64,
        "profit_sb_percentage": 3.64,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed4244c3-bc72-49fd-8ff0-6cb7d48524e9",
            "gambit_id": "716a96a1-f458-4eea-b4c8-f23ba17c1b86",
            "last_updated": "2022-12-24T17:12:11.759698-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CWS (D Cease)",
            "reward": "1.78000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c468302e-309b-4485-97f9-bfdda3c5c8c3/?format=api"
        },
        {
            "id": "ca93b3e5-34f4-43b5-a261-68110df33cd8",
            "gambit_id": "606ebf2e-2689-4048-96b0-40b02a152e49",
            "last_updated": "2022-12-24T17:12:11.758544-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CLE (A Civale)",
            "reward": "1.96000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/c468302e-309b-4485-97f9-bfdda3c5c8c3/?format=api"
        }
    ]
}