GET /api/bet_types/d9b11b5d-5c78-4470-86c1-952c3e160457/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "d9b11b5d-5c78-4470-86c1-952c3e160457",
    "match": "https://api-prod.gambitprofit.com/api/matches/76d09be0-e84f-4c60-8fd0-b073acdfdeec/?format=api",
    "name": "Play the Odds",
    "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": "ATL",
                "amount": 6114.0
            },
            {
                "team": "NYM",
                "amount": 3886.0
            }
        ],
        "expected_reward_tokens": 9170.96,
        "profit_sb": 170.96,
        "profit_sb_percentage": 1.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "941ad856-29ff-4691-b39b-58feee866c80",
            "gambit_id": "be419f53-c8a3-4bf3-bf55-a47fd1832df0",
            "last_updated": "2022-10-02T15:17:09.589831-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "ATL",
            "reward": "1.50000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b11b5d-5c78-4470-86c1-952c3e160457/?format=api"
        },
        {
            "id": "17a73548-fb09-4c3a-baa3-c3be6f0600fa",
            "gambit_id": "6c605ace-772d-4ef3-a460-7426e792cc91",
            "last_updated": "2022-10-02T15:17:09.590784-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.36000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/d9b11b5d-5c78-4470-86c1-952c3e160457/?format=api"
        }
    ]
}