GET /api/bet_types/fbfb2c36-efc0-41fd-88af-8abe50b2d757/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "fbfb2c36-efc0-41fd-88af-8abe50b2d757",
    "match": "https://api-prod.gambitprofit.com/api/matches/dd3ea076-3eef-4133-b508-5dd58f66f9e6/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-02T13:12:58.557397-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 (N Martinez)",
                "amount": 6293.0
            },
            {
                "team": "COL (K Freeland)",
                "amount": 3707.0
            }
        ],
        "expected_reward_tokens": 9564.06,
        "profit_sb": 64.06,
        "profit_sb_percentage": 0.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "e8701b55-dc83-4325-b0d4-c79980d2bb44",
            "gambit_id": "935c0aad-9104-4cf3-8624-cb08a8fcdade",
            "last_updated": "2023-08-04T09:43:11.823370-04:00",
            "created_at": "2023-08-02T13:12:58.562088-04:00",
            "name": "SDG (N Martinez)",
            "reward": "1.52000",
            "odds": "1.54050",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfb2c36-efc0-41fd-88af-8abe50b2d757/?format=api"
        },
        {
            "id": "82e3d7e8-4207-4b72-b2c3-7be8f25aed55",
            "gambit_id": "1d072a5b-3179-4c5a-95b4-a355ff2ce382",
            "last_updated": "2023-08-04T09:43:11.826650-04:00",
            "created_at": "2023-08-02T13:12:58.566851-04:00",
            "name": "COL (K Freeland)",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/fbfb2c36-efc0-41fd-88af-8abe50b2d757/?format=api"
        }
    ]
}