GET /api/bet_types/de8fe7ca-7657-472d-aa2e-e46d8bf07108/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "de8fe7ca-7657-472d-aa2e-e46d8bf07108",
    "match": "https://api-prod.gambitprofit.com/api/matches/15a9994b-c54a-4c23-b044-cfeb71197b6d/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05:00",
    "high_risk": {
        "possible": true,
        "name": "High Risk",
        "bet": [
            {
                "team": "Jackson State",
                "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": "Jackson State",
                "amount": 8695.0
            },
            {
                "team": "Southern",
                "amount": 1305.0
            }
        ],
        "expected_reward_tokens": 9303.65,
        "profit_sb": 303.65,
        "profit_sb_percentage": 3.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "20f2abc1-cc90-4d04-9225-8eae699d92c3",
            "gambit_id": "c5c85e89-f0c5-4f7b-ab07-f398e049e4da",
            "last_updated": "2022-12-05T11:07:07.409728-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Jackson State",
            "reward": "1.07000",
            "odds": "1.08330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8fe7ca-7657-472d-aa2e-e46d8bf07108/?format=api"
        },
        {
            "id": "ed5a30eb-cbe7-43d5-9c5b-b942536e9271",
            "gambit_id": "39414160-63d9-450d-9225-e184a830df76",
            "last_updated": "2022-12-05T11:07:07.410901-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Southern",
            "reward": "7.13000",
            "odds": "8.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/de8fe7ca-7657-472d-aa2e-e46d8bf07108/?format=api"
        }
    ]
}