GET /api/bet_types/656c20b0-563f-479f-908b-4046161caa74/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "656c20b0-563f-479f-908b-4046161caa74",
    "match": "https://api-prod.gambitprofit.com/api/matches/287edc0e-edea-483f-80e4-a44f86598774/?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": "BOS",
                "amount": 5829.0
            },
            {
                "team": "NYY",
                "amount": 4171.0
            }
        ],
        "expected_reward_tokens": 9092.78,
        "profit_sb": 92.78,
        "profit_sb_percentage": 1.03,
        "recommended": true
    },
    "lines": [
        {
            "id": "e83be0de-0e32-441d-894c-d304a407b42e",
            "gambit_id": "41472cc5-136c-4044-abd4-eabf36c65ae1",
            "last_updated": "2022-09-23T10:17:06.091091-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BOS",
            "reward": "1.56000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656c20b0-563f-479f-908b-4046161caa74/?format=api"
        },
        {
            "id": "ba6826c7-cd03-42df-bbdc-aad62b9b5930",
            "gambit_id": "41a1a93d-72c1-4fa5-98da-612dd11773e2",
            "last_updated": "2022-09-23T10:17:06.090069-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYY",
            "reward": "2.18000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/656c20b0-563f-479f-908b-4046161caa74/?format=api"
        }
    ]
}