GET /api/bet_types/b1d64675-bbbd-43f3-998b-ad4a5a643d5c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b1d64675-bbbd-43f3-998b-ad4a5a643d5c",
    "match": "https://api-prod.gambitprofit.com/api/matches/b42dcaa5-849e-4790-ac97-396dfc5100c6/?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": "Boston Celtics",
                "amount": 5873.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4127.0
            }
        ],
        "expected_reward_tokens": 9572.99,
        "profit_sb": 72.99,
        "profit_sb_percentage": 0.77,
        "recommended": true
    },
    "lines": [
        {
            "id": "87a11077-2145-4eb9-96ae-33900c1754dd",
            "gambit_id": "809a9f95-f756-4a5d-b28d-97281ed651f6",
            "last_updated": "2022-10-19T09:47:28.348837-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Boston Celtics",
            "reward": "1.63000",
            "odds": "1.64520",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d64675-bbbd-43f3-998b-ad4a5a643d5c/?format=api"
        },
        {
            "id": "3ff062bd-fdb1-462a-bba8-c12976cdb09b",
            "gambit_id": "10d670de-7cb0-4583-93dc-4ffa891aa7f6",
            "last_updated": "2022-10-19T09:47:28.349814-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia 76ers",
            "reward": "2.32000",
            "odds": "2.35000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b1d64675-bbbd-43f3-998b-ad4a5a643d5c/?format=api"
        }
    ]
}