GET /api/bet_types/e6c7ed7f-6a72-4d7e-8394-d4b9e0ad19f0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e6c7ed7f-6a72-4d7e-8394-d4b9e0ad19f0",
    "match": "https://api-prod.gambitprofit.com/api/matches/f639e54a-e03c-492f-bf8b-f5e0c8ed6191/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-05T14:07:04.419089-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": "LAA (T Anderson)",
                "amount": 5464.0
            },
            {
                "team": "TEX (D Dunning)",
                "amount": 4536.0
            }
        ],
        "expected_reward_tokens": 9616.32,
        "profit_sb": 116.32,
        "profit_sb_percentage": 1.22,
        "recommended": true
    },
    "lines": [
        {
            "id": "26cfc2df-bc18-40df-9747-4e243f66c238",
            "gambit_id": "cf29a4b2-737f-431b-9edb-ffa42d3e35cc",
            "last_updated": "2023-05-06T11:52:04.174776-04:00",
            "created_at": "2023-05-05T14:07:04.420469-04:00",
            "name": "LAA (T Anderson)",
            "reward": "1.76000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6c7ed7f-6a72-4d7e-8394-d4b9e0ad19f0/?format=api"
        },
        {
            "id": "8881b562-ca24-4f7a-8a01-ec065a6340d4",
            "gambit_id": "ad5895cd-eef0-4f09-a3b0-6384cd8ac920",
            "last_updated": "2023-05-06T11:52:04.176075-04:00",
            "created_at": "2023-05-05T14:07:04.422045-04:00",
            "name": "TEX (D Dunning)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e6c7ed7f-6a72-4d7e-8394-d4b9e0ad19f0/?format=api"
        }
    ]
}