GET /api/bet_types/a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91",
    "match": "https://api-prod.gambitprofit.com/api/matches/b02cd921-5d4e-4069-895b-f32881c8efb8/?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": "STL (A Wainwright)",
                "amount": 6768.0
            },
            {
                "team": "COL (A Senzatela)",
                "amount": 3232.0
            }
        ],
        "expected_reward_tokens": 9339.84,
        "profit_sb": 339.84,
        "profit_sb_percentage": 3.78,
        "recommended": true
    },
    "lines": [
        {
            "id": "f30f6705-b9cd-4001-a56d-4338838723f7",
            "gambit_id": "23556a9b-69e9-483d-a311-96cbdf771044",
            "last_updated": "2022-08-19T09:51:52.631879-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "STL (A Wainwright)",
            "reward": "1.38000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91/?format=api"
        },
        {
            "id": "fb9eded9-ed6a-40b4-9203-0b4e8fd01901",
            "gambit_id": "b6890cfb-ce26-4a98-9575-e2fa2e099440",
            "last_updated": "2022-08-19T09:51:52.632294-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL (A Senzatela)",
            "reward": "2.89000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a283a77a-9e61-4bcc-ad79-6aaaaa9ccc91/?format=api"
        }
    ]
}