GET /api/bet_types/2414a9ba-f923-4ea2-86e7-91056219108a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2414a9ba-f923-4ea2-86e7-91056219108a",
    "match": "https://api-prod.gambitprofit.com/api/matches/83179ae9-80ed-4e6c-9ac7-fafbb2619249/?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": "LSU",
                "amount": 5000.0
            },
            {
                "team": "Georgia",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "a50279d0-4842-4455-8e74-3bf40b51e4b8",
            "gambit_id": "c171f172-f7a8-43e9-9645-fdf9ff40194b",
            "last_updated": "2022-12-04T11:07:17.690227-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LSU",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2414a9ba-f923-4ea2-86e7-91056219108a/?format=api"
        },
        {
            "id": "00d4faa9-c51b-4c80-8ca2-fd0a0c6a26bf",
            "gambit_id": "e3e83fbe-e7d0-47ad-979f-34899a23b830",
            "last_updated": "2022-12-04T11:07:17.689145-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-17.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2414a9ba-f923-4ea2-86e7-91056219108a/?format=api"
        }
    ]
}