GET /api/bet_types/09743227-22aa-44d3-8080-5c04c37ecb8e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "09743227-22aa-44d3-8080-5c04c37ecb8e",
    "match": "https://api-prod.gambitprofit.com/api/matches/4a112ed8-bb28-4791-8fdc-75c3c538b4fb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-20T09:58:13.592632-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": "San Francisco 49ers",
                "amount": 8176.0
            },
            {
                "team": "New York Giants",
                "amount": 1824.0
            }
        ],
        "expected_reward_tokens": 9484.16,
        "profit_sb": -15.84,
        "profit_sb_percentage": -0.17,
        "recommended": false
    },
    "lines": [
        {
            "id": "498e260a-4223-4d8b-82e8-9bd4a8984733",
            "gambit_id": "f51e5e6c-ab82-4417-be5a-c554ce4e20e8",
            "last_updated": "2023-09-22T10:48:10.648805-04:00",
            "created_at": "2023-09-20T09:58:13.603142-04:00",
            "name": "San Francisco 49ers",
            "reward": "1.16000",
            "odds": "1.16670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09743227-22aa-44d3-8080-5c04c37ecb8e/?format=api"
        },
        {
            "id": "dd549b80-94c1-46d1-8f4b-b949db07de15",
            "gambit_id": "d72528a1-5199-45ac-b21c-664df8ab8a2f",
            "last_updated": "2023-09-22T10:48:10.645407-04:00",
            "created_at": "2023-09-20T09:58:13.597333-04:00",
            "name": "New York Giants",
            "reward": "5.20000",
            "odds": "5.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/09743227-22aa-44d3-8080-5c04c37ecb8e/?format=api"
        }
    ]
}