GET /api/bet_types/36f2613e-d39c-4b29-91ab-03ab68ec154f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "36f2613e-d39c-4b29-91ab-03ab68ec154f",
    "match": "https://api-prod.gambitprofit.com/api/matches/1b3f12a4-9760-46ab-9c1e-36516b8ea0b7/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Houston",
                "amount": 10000
            }
        ],
        "expected_reward_tokens": 10700.0,
        "profit_sb": 1700.0,
        "profit_sb_percentage": 18.89,
        "recommended": true
    },
    "med_risk": {
        "possible": false,
        "description": "Too few lines to bet on"
    },
    "no_risk": {
        "possible": true,
        "name": "No Risk",
        "bet": [
            {
                "team": "Houston",
                "amount": 8734.0
            },
            {
                "team": "Temple",
                "amount": 1266.0
            }
        ],
        "expected_reward_tokens": 9343.08,
        "profit_sb": 343.08,
        "profit_sb_percentage": 3.81,
        "recommended": true
    },
    "lines": [
        {
            "id": "a338e60c-88fe-48cf-aba3-1bcb584b5c3e",
            "gambit_id": "465b367f-ac13-48f1-84bb-7aea548d98ad",
            "last_updated": "2022-11-14T10:13:45.449875-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Houston",
            "reward": "1.07000",
            "odds": "1.07690",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f2613e-d39c-4b29-91ab-03ab68ec154f/?format=api"
        },
        {
            "id": "a30f8742-51f7-4414-80cd-a91db3ba9cb5",
            "gambit_id": "779887cd-bdd4-41a2-95c6-374378c210d4",
            "last_updated": "2022-11-14T10:13:45.450841-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "7.38000",
            "odds": "8.25000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/36f2613e-d39c-4b29-91ab-03ab68ec154f/?format=api"
        }
    ]
}