GET /api/bet_types/680cc76f-d58e-4e64-b2e9-8a291591b330/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "680cc76f-d58e-4e64-b2e9-8a291591b330",
    "match": "https://api-prod.gambitprofit.com/api/matches/69811102-c9a3-4065-b44d-671ccd2281c4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-17T10:28:00.993742-04: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": "NYM (J Quintana)",
                "amount": 5541.0
            },
            {
                "team": "CIN (B Williamson)",
                "amount": 4459.0
            }
        ],
        "expected_reward_tokens": 9585.93,
        "profit_sb": 85.93,
        "profit_sb_percentage": 0.9,
        "recommended": true
    },
    "lines": [
        {
            "id": "7db380b1-4641-4d8c-a709-0146b3ef67f2",
            "gambit_id": "cf0786b8-d629-4801-9998-4bd685837bdd",
            "last_updated": "2023-09-18T22:58:12.511565-04:00",
            "created_at": "2023-09-17T10:28:01.011118-04:00",
            "name": "NYM (J Quintana)",
            "reward": "1.73000",
            "odds": "1.76920",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/680cc76f-d58e-4e64-b2e9-8a291591b330/?format=api"
        },
        {
            "id": "8b4f87ce-6a61-41e1-a262-a1dd96a77217",
            "gambit_id": "c987860d-fecb-4bcd-9807-6e1f8cb39303",
            "last_updated": "2023-09-18T22:58:12.506368-04:00",
            "created_at": "2023-09-17T10:28:01.006075-04:00",
            "name": "CIN (B Williamson)",
            "reward": "2.15000",
            "odds": "2.20000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/680cc76f-d58e-4e64-b2e9-8a291591b330/?format=api"
        }
    ]
}