GET /api/bet_types/591516f9-df90-424d-87de-9e4dadde1756/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "591516f9-df90-424d-87de-9e4dadde1756",
    "match": "https://api-prod.gambitprofit.com/api/matches/195f8966-7f51-46b9-baa6-04cbaf0d6e41/?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": "PHI",
                "amount": 5680.0
            },
            {
                "team": "NYM",
                "amount": 4320.0
            }
        ],
        "expected_reward_tokens": 9201.6,
        "profit_sb": 201.6,
        "profit_sb_percentage": 2.24,
        "recommended": true
    },
    "lines": [
        {
            "id": "a86e6ed1-1465-457a-bb27-baeb63f35c7e",
            "gambit_id": "40980c3d-034e-4344-95d1-f0c014d377d0",
            "last_updated": "2022-08-21T12:52:08.547764-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.62000",
            "odds": "1.68970",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591516f9-df90-424d-87de-9e4dadde1756/?format=api"
        },
        {
            "id": "12e19c12-37ce-49cb-a733-5d26c0e0c614",
            "gambit_id": "35e41077-1ef0-491e-9312-0c6cdf4e4439",
            "last_updated": "2022-08-21T12:52:08.548253-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "2.13000",
            "odds": "2.25000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/591516f9-df90-424d-87de-9e4dadde1756/?format=api"
        }
    ]
}