GET /api/bet_types/3ee744fb-f57a-48a0-bdb8-d42864731ca7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ee744fb-f57a-48a0-bdb8-d42864731ca7",
    "match": "https://api-prod.gambitprofit.com/api/matches/6464fd33-92ca-4ffc-ae3b-5f36f012aeb2/?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": "MIN (D Bundy)",
                "amount": 5529.0
            },
            {
                "team": "TEX (M Perez)",
                "amount": 4471.0
            }
        ],
        "expected_reward_tokens": 9344.01,
        "profit_sb": 344.01,
        "profit_sb_percentage": 3.82,
        "recommended": true
    },
    "lines": [
        {
            "id": "ed88a7ac-1816-454e-b9d9-c37cc0bf90f4",
            "gambit_id": "d06ab163-8737-4129-8f21-7451a0411358",
            "last_updated": "2022-08-20T12:02:02.014797-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIN (D Bundy)",
            "reward": "1.69000",
            "odds": "1.76340",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee744fb-f57a-48a0-bdb8-d42864731ca7/?format=api"
        },
        {
            "id": "c6af1c2d-dcbf-4b54-8a8e-c6e64396a7b0",
            "gambit_id": "02af9c46-d91b-4591-9e19-79a2f295450a",
            "last_updated": "2022-08-20T12:02:02.015258-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "TEX (M Perez)",
            "reward": "2.09000",
            "odds": "2.21000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ee744fb-f57a-48a0-bdb8-d42864731ca7/?format=api"
        }
    ]
}