GET /api/bet_types/e31c4e23-c27f-4a5f-bcc2-c66aa8e29f27/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e31c4e23-c27f-4a5f-bcc2-c66aa8e29f27",
    "match": "https://api-prod.gambitprofit.com/api/matches/32920328-c281-47c2-8cc5-a607bae5b336/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-27T08:43:23.507205-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": "ATL (B Elder)",
                "amount": 5787.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 4213.0
            }
        ],
        "expected_reward_tokens": 9605.64,
        "profit_sb": 105.64,
        "profit_sb_percentage": 1.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "55b3e4f7-a3c7-4d67-a6da-8accbec3dbdd",
            "gambit_id": "c459a09f-67be-4b6d-af1c-c6e5c4aceaed",
            "last_updated": "2023-06-28T21:28:07.653343-04:00",
            "created_at": "2023-06-27T08:43:23.512416-04:00",
            "name": "ATL (B Elder)",
            "reward": "1.66000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31c4e23-c27f-4a5f-bcc2-c66aa8e29f27/?format=api"
        },
        {
            "id": "d2709015-9822-4e0b-9b0a-90aa25af4de7",
            "gambit_id": "0a477fa8-6f08-47a9-85ae-f0cb6fb76834",
            "last_updated": "2023-06-28T21:28:07.650671-04:00",
            "created_at": "2023-06-27T08:43:23.509715-04:00",
            "name": "MIN (J Ryan)",
            "reward": "2.28000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e31c4e23-c27f-4a5f-bcc2-c66aa8e29f27/?format=api"
        }
    ]
}