GET /api/bet_types/23071468-d4c5-4d52-9bb9-f2fd9c2b0bce/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "23071468-d4c5-4d52-9bb9-f2fd9c2b0bce",
    "match": "https://api-prod.gambitprofit.com/api/matches/2a411078-beb3-4175-a371-a4b827d5b10d/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-07T11:33:27.449752-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": "NYY (C Rodon)",
                "amount": 5970.0
            },
            {
                "team": "CHC (J Taillon)",
                "amount": 4030.0
            }
        ],
        "expected_reward_tokens": 9551.1,
        "profit_sb": 51.1,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "0674c20d-d394-431c-a0ad-705d0bb4d535",
            "gambit_id": "58c0a350-b2b2-4437-a52e-9bd0d35eb939",
            "last_updated": "2023-07-09T20:28:25.255280-04:00",
            "created_at": "2023-07-07T11:33:27.453401-04:00",
            "name": "NYY (C Rodon)",
            "reward": "1.60000",
            "odds": "1.63290",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23071468-d4c5-4d52-9bb9-f2fd9c2b0bce/?format=api"
        },
        {
            "id": "167d0f4b-91da-4009-b388-910a185f39d7",
            "gambit_id": "1bcd5504-2da8-40b5-b3fa-ecf7a718a5cb",
            "last_updated": "2023-07-09T20:28:25.252685-04:00",
            "created_at": "2023-07-07T11:33:27.451599-04:00",
            "name": "CHC (J Taillon)",
            "reward": "2.37000",
            "odds": "2.43000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/23071468-d4c5-4d52-9bb9-f2fd9c2b0bce/?format=api"
        }
    ]
}