GET /api/bet_types/74675e5f-0bd9-46b6-8f7a-d37edac95e22/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "74675e5f-0bd9-46b6-8f7a-d37edac95e22",
    "match": "https://api-prod.gambitprofit.com/api/matches/04abe22c-fee6-4a6d-8e6e-99273625a6af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-28T11:22:20.169594-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": "TEX (J Degrom)",
                "amount": 6627.0
            },
            {
                "team": "NYY (C Schmidt)",
                "amount": 3373.0
            }
        ],
        "expected_reward_tokens": 9476.61,
        "profit_sb": -23.39,
        "profit_sb_percentage": -0.25,
        "recommended": false
    },
    "lines": [
        {
            "id": "be3e6980-b3f0-485f-ba13-b42cf349e169",
            "gambit_id": "f4e7c5ed-5353-4515-95fd-1bc800ed4411",
            "last_updated": "2023-04-30T12:47:16.451101-04:00",
            "created_at": "2023-04-28T11:22:20.170964-04:00",
            "name": "TEX (J Degrom)",
            "reward": "1.43000",
            "odds": "1.45450",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74675e5f-0bd9-46b6-8f7a-d37edac95e22/?format=api"
        },
        {
            "id": "d23fe294-a2e1-4000-9d0a-4e9fc66bd858",
            "gambit_id": "17f05576-1d91-48c4-9a87-94b8e022b3ba",
            "last_updated": "2023-04-30T12:47:16.452463-04:00",
            "created_at": "2023-04-28T11:22:20.172288-04:00",
            "name": "NYY (C Schmidt)",
            "reward": "2.81000",
            "odds": "2.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/74675e5f-0bd9-46b6-8f7a-d37edac95e22/?format=api"
        }
    ]
}