GET /api/bet_types/2a898369-dabe-4c32-b593-f2f9a728eb25/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a898369-dabe-4c32-b593-f2f9a728eb25",
    "match": "https://api-prod.gambitprofit.com/api/matches/2d825fdc-01d5-4ded-b45b-6d1a15ef18ad/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-09T14:53:18.035953-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": "SDG (Y Darvish)",
                "amount": 5888.0
            },
            {
                "team": "SEA (E Hancock)",
                "amount": 4112.0
            }
        ],
        "expected_reward_tokens": 9538.56,
        "profit_sb": 38.56,
        "profit_sb_percentage": 0.41,
        "recommended": true
    },
    "lines": [
        {
            "id": "d5cae537-30c9-4dfe-a0b9-dec870f994d3",
            "gambit_id": "a6b2f6c3-6484-46ec-80cc-8ad4b0f034e5",
            "last_updated": "2023-08-10T12:28:26.601818-04:00",
            "created_at": "2023-08-09T14:53:18.041160-04:00",
            "name": "SDG (Y Darvish)",
            "reward": "1.62000",
            "odds": "1.65360",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a898369-dabe-4c32-b593-f2f9a728eb25/?format=api"
        },
        {
            "id": "dc4105ce-f73d-4f62-820e-796be63e2607",
            "gambit_id": "d6c13f6f-a912-4b57-aa64-f959a25cc2cb",
            "last_updated": "2023-08-10T12:28:26.605174-04:00",
            "created_at": "2023-08-09T14:53:18.046188-04:00",
            "name": "SEA (E Hancock)",
            "reward": "2.32000",
            "odds": "2.38000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a898369-dabe-4c32-b593-f2f9a728eb25/?format=api"
        }
    ]
}