GET /api/bet_types/556e608f-c9e4-4354-be87-3978b540aff1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "556e608f-c9e4-4354-be87-3978b540aff1",
    "match": "https://api-prod.gambitprofit.com/api/matches/897c436d-dc94-430f-9981-bd0f93a90d66/?format=api",
    "name": "Pick the Winner",
    "created_at": "2022-12-29T08:42:07.904525-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": "Boston Celtics",
                "amount": 6848.0
            },
            {
                "team": "Los Angeles Clippers",
                "amount": 3152.0
            }
        ],
        "expected_reward_tokens": 9107.84,
        "profit_sb": 107.84,
        "profit_sb_percentage": 1.2,
        "recommended": true
    },
    "lines": [
        {
            "id": "f939535b-91a4-4060-bea9-bc9aa2fe1b15",
            "gambit_id": "9d0fc1b9-6b77-477f-9138-b6da84dd43d1",
            "last_updated": "2022-12-31T10:36:56.072187-05:00",
            "created_at": "2022-12-29T08:42:07.905654-05:00",
            "name": "Boston Celtics",
            "reward": "1.33000",
            "odds": "1.38460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/556e608f-c9e4-4354-be87-3978b540aff1/?format=api"
        },
        {
            "id": "3df530c0-d440-423f-9a94-211b19c7cbce",
            "gambit_id": "63617154-7d55-44cd-b0f5-cedcf1eb072a",
            "last_updated": "2022-12-31T10:36:56.073318-05:00",
            "created_at": "2022-12-29T08:42:07.906799-05:00",
            "name": "Los Angeles Clippers",
            "reward": "2.89000",
            "odds": "3.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/556e608f-c9e4-4354-be87-3978b540aff1/?format=api"
        }
    ]
}