GET /api/bet_types/837dba4e-db5e-4df3-a416-812704957774/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "837dba4e-db5e-4df3-a416-812704957774",
    "match": "https://api-prod.gambitprofit.com/api/matches/efaf8bbf-265d-40e3-b3bf-7165a14740a9/?format=api",
    "name": "Pick the Winner",
    "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": "Tennessee Titans",
                "amount": 5842.0
            },
            {
                "team": "Arizona Cardinals",
                "amount": 4158.0
            }
        ],
        "expected_reward_tokens": 9230.36,
        "profit_sb": 230.36,
        "profit_sb_percentage": 2.56,
        "recommended": true
    },
    "lines": [
        {
            "id": "c69c132c-64d0-47d9-9be7-d902342cfcfa",
            "gambit_id": "e1ac2b2d-fe34-4367-8312-d763a6daf448",
            "last_updated": "2022-08-29T11:32:14.620838-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Tennessee Titans",
            "reward": "1.58000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837dba4e-db5e-4df3-a416-812704957774/?format=api"
        },
        {
            "id": "c1a5b4cf-eb38-43e1-8323-2b9dcf447f64",
            "gambit_id": "40ef939a-1d79-4ead-a2b2-7c20526e5c25",
            "last_updated": "2022-08-29T11:32:14.621352-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Arizona Cardinals",
            "reward": "2.22000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/837dba4e-db5e-4df3-a416-812704957774/?format=api"
        }
    ]
}