GET /api/bet_types/a18ec3f6-1eaa-41ff-805a-f00a67270b53/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a18ec3f6-1eaa-41ff-805a-f00a67270b53",
    "match": "https://api-prod.gambitprofit.com/api/matches/506485a7-7160-492a-bbfe-a24e1f88b45e/?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": "Dallas Cowboys",
                "amount": 5000.0
            },
            {
                "team": "Minnesota Vikings",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "5693f17d-e073-4e3a-b671-1e24c3d2fdb0",
            "gambit_id": "35e9ec09-8ac0-4a2a-ba7b-098cc7e5b018",
            "last_updated": "2022-11-21T15:43:28.271543-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Dallas Cowboys",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a18ec3f6-1eaa-41ff-805a-f00a67270b53/?format=api"
        },
        {
            "id": "a8ea87a0-a427-467f-955e-3657283e785f",
            "gambit_id": "16a7b5c0-769a-4a76-bea0-84f6542c558a",
            "last_updated": "2022-11-21T15:43:28.270570-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Minnesota Vikings",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a18ec3f6-1eaa-41ff-805a-f00a67270b53/?format=api"
        }
    ]
}