GET /api/bet_types/e14b132d-d3e0-4653-9f62-3c51849adf2d/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e14b132d-d3e0-4653-9f62-3c51849adf2d",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8f28703-c621-4fd4-9f5b-e87d73d8ad7d/?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": "NYM (J DeGrom)",
                "amount": 7421.0
            },
            {
                "team": "OAK (K Waldichuk)",
                "amount": 2579.0
            }
        ],
        "expected_reward_tokens": 9127.83,
        "profit_sb": 127.83,
        "profit_sb_percentage": 1.42,
        "recommended": true
    },
    "lines": [
        {
            "id": "4759ebfb-9071-4f63-a9a6-8b69495fd15e",
            "gambit_id": "746aae59-5b0c-4ea3-a460-93a9dcbf78d7",
            "last_updated": "2022-09-25T21:57:00.081004-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM (J DeGrom)",
            "reward": "1.23000",
            "odds": "1.26320",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14b132d-d3e0-4653-9f62-3c51849adf2d/?format=api"
        },
        {
            "id": "499e0476-14f2-41b8-adae-a54e89bae33f",
            "gambit_id": "6c45c0ff-ce49-40ac-9cb6-eba9d7640cdc",
            "last_updated": "2022-09-25T21:57:00.079883-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "OAK (K Waldichuk)",
            "reward": "3.54000",
            "odds": "3.90000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e14b132d-d3e0-4653-9f62-3c51849adf2d/?format=api"
        }
    ]
}