GET /api/bet_types/86512826-3207-49ac-aa96-296dfaf5c95d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "86512826-3207-49ac-aa96-296dfaf5c95d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a9a31252-e8bb-42ad-9898-20785422695e/?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": "Georgia",
                "amount": 8377.0
            },
            {
                "team": "Oregon",
                "amount": 1623.0
            }
        ],
        "expected_reward_tokens": 9380.94,
        "profit_sb": 380.94,
        "profit_sb_percentage": 4.23,
        "recommended": true
    },
    "lines": [
        {
            "id": "2019d666-4876-4eef-9cc6-924448f73900",
            "gambit_id": "b534542b-98f1-40ce-9f04-2168c7fd4862",
            "last_updated": "2022-09-05T09:57:27.546712-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Georgia",
            "reward": "1.12000",
            "odds": "1.13330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86512826-3207-49ac-aa96-296dfaf5c95d/?format=api"
        },
        {
            "id": "9e5b7bd1-9592-4464-a75e-6618b2c03b4d",
            "gambit_id": "abab1c17-5db0-4c3e-a3b8-4d7879df6fd0",
            "last_updated": "2022-09-05T09:57:27.547672-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Oregon",
            "reward": "5.78000",
            "odds": "6.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/86512826-3207-49ac-aa96-296dfaf5c95d/?format=api"
        }
    ]
}