GET /api/bet_types/af116e86-91ce-4f01-be8b-2e4931030b48/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "af116e86-91ce-4f01-be8b-2e4931030b48",
    "match": "https://api-prod.gambitprofit.com/api/matches/a3f90211-77f5-4feb-b4cb-8c49979fa1ec/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-09T10:12:16.759813-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": "Los Angeles Clippers",
                "amount": 8085.0
            },
            {
                "team": "Phoenix Suns",
                "amount": 1915.0
            }
        ],
        "expected_reward_tokens": 9459.45,
        "profit_sb": -40.55,
        "profit_sb_percentage": -0.43,
        "recommended": false
    },
    "lines": [
        {
            "id": "7bd19951-396e-4a2e-95d6-4e702a9bcd8b",
            "gambit_id": "a4450588-fd19-4a0b-9f7c-468a12055509",
            "last_updated": "2023-04-10T14:42:12.071339-04:00",
            "created_at": "2023-04-09T10:12:16.764906-04:00",
            "name": "Los Angeles Clippers",
            "reward": "1.17000",
            "odds": "1.18180",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af116e86-91ce-4f01-be8b-2e4931030b48/?format=api"
        },
        {
            "id": "55ba95c1-4c46-45c4-a7ac-1ac04ceaed28",
            "gambit_id": "63affbd7-96c7-4c8c-a643-c5c6ed7d3d1e",
            "last_updated": "2023-04-10T14:42:12.069162-04:00",
            "created_at": "2023-04-09T10:12:16.762417-04:00",
            "name": "Phoenix Suns",
            "reward": "4.94000",
            "odds": "5.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/af116e86-91ce-4f01-be8b-2e4931030b48/?format=api"
        }
    ]
}