GET /api/bet_types/8a3f81fb-11a0-4b54-97d7-5c35b433a21a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8a3f81fb-11a0-4b54-97d7-5c35b433a21a",
    "match": "https://api-prod.gambitprofit.com/api/matches/f4f5b93b-9eed-4a15-b155-85e940f319f5/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-27T08:33:21.528935-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": "NYM (K Senga)",
                "amount": 6449.0
            },
            {
                "team": "WAS (J Gray)",
                "amount": 3551.0
            }
        ],
        "expected_reward_tokens": 9480.03,
        "profit_sb": -19.97,
        "profit_sb_percentage": -0.21,
        "recommended": false
    },
    "lines": [
        {
            "id": "5c4e0a53-9ae7-4b61-9569-fa97da9d2076",
            "gambit_id": "cf2c35cd-3bec-457c-a37d-0ac4811a207d",
            "last_updated": "2023-07-28T09:38:25.812107-04:00",
            "created_at": "2023-07-27T08:33:21.537840-04:00",
            "name": "NYM (K Senga)",
            "reward": "1.47000",
            "odds": "1.48780",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a3f81fb-11a0-4b54-97d7-5c35b433a21a/?format=api"
        },
        {
            "id": "c6f8650f-b037-44a6-ae4e-1fd2cae8a2c6",
            "gambit_id": "9f1ab38c-9652-49f2-becc-ed32c333cbe4",
            "last_updated": "2023-07-28T09:38:25.807919-04:00",
            "created_at": "2023-07-27T08:33:21.533185-04:00",
            "name": "WAS (J Gray)",
            "reward": "2.67000",
            "odds": "2.75000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8a3f81fb-11a0-4b54-97d7-5c35b433a21a/?format=api"
        }
    ]
}