GET /api/bet_types/a18cc3a6-4b85-475c-956a-b36fa33656b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a18cc3a6-4b85-475c-956a-b36fa33656b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/30f449fe-ec12-4c5c-b33d-e94d7f6faf5b/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-08-12T09:43:05.753396-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": "HOU (J France)",
                "amount": 6025.0
            },
            {
                "team": "LAA (T Anderson)",
                "amount": 3975.0
            }
        ],
        "expected_reward_tokens": 9579.75,
        "profit_sb": 79.75,
        "profit_sb_percentage": 0.84,
        "recommended": true
    },
    "lines": [
        {
            "id": "56b16dfc-a4f3-4e59-a056-45c1d2db60c7",
            "gambit_id": "37d97226-c88f-42b7-9bb9-d9664333cb81",
            "last_updated": "2023-08-14T10:43:13.608713-04:00",
            "created_at": "2023-08-12T09:43:05.768033-04:00",
            "name": "HOU (J France)",
            "reward": "1.59000",
            "odds": "1.61350",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a18cc3a6-4b85-475c-956a-b36fa33656b4/?format=api"
        },
        {
            "id": "5c384cf9-e0ee-419d-907e-21a9ca8149ed",
            "gambit_id": "3fa11f38-1225-44c9-8e78-ba18deae5be9",
            "last_updated": "2023-08-14T10:43:13.605336-04:00",
            "created_at": "2023-08-12T09:43:05.760267-04:00",
            "name": "LAA (T Anderson)",
            "reward": "2.41000",
            "odds": "2.48000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a18cc3a6-4b85-475c-956a-b36fa33656b4/?format=api"
        }
    ]
}