GET /api/bet_types/6a24f5ea-24f1-440b-9a11-825aa74c369f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "6a24f5ea-24f1-440b-9a11-825aa74c369f",
    "match": "https://api-prod.gambitprofit.com/api/matches/32e06856-416a-4ae5-bb78-5cd3fb8dfa21/?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": "SEA",
                "amount": 5838.0
            },
            {
                "team": "NYY",
                "amount": 4162.0
            }
        ],
        "expected_reward_tokens": 9281.26,
        "profit_sb": 281.26,
        "profit_sb_percentage": 3.13,
        "recommended": true
    },
    "lines": [
        {
            "id": "14697b45-e8d1-4f76-a74b-f8f199ee86f0",
            "gambit_id": "fa90ea2f-4767-4657-91df-48014aeb7321",
            "last_updated": "2022-08-10T10:01:58.553891-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "SEA",
            "reward": "1.59000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a24f5ea-24f1-440b-9a11-825aa74c369f/?format=api"
        },
        {
            "id": "604c99dc-d9bd-48e8-9424-cfad183b1473",
            "gambit_id": "0d49d24e-a2ad-4ab1-8bd5-f0dd37635735",
            "last_updated": "2022-08-10T10:01:58.554317-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.23000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/6a24f5ea-24f1-440b-9a11-825aa74c369f/?format=api"
        }
    ]
}