GET /api/bet_types/282e7996-93dc-4e50-b147-e5791ab2a67c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "282e7996-93dc-4e50-b147-e5791ab2a67c",
    "match": "https://api-prod.gambitprofit.com/api/matches/4ab1a331-1807-4b7f-be78-b25ea6bbf7af/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-06-13T09:08:19.544486-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": "BOS (K Crawford)",
                "amount": 6557.0
            },
            {
                "team": "COL (C Anderson)",
                "amount": 3443.0
            }
        ],
        "expected_reward_tokens": 9571.54,
        "profit_sb": 71.54,
        "profit_sb_percentage": 0.75,
        "recommended": true
    },
    "lines": [
        {
            "id": "56a71543-3ed1-4116-9b8e-a7202f5cd6c6",
            "gambit_id": "cfc7141c-cf3b-4a99-879f-a21dc335922d",
            "last_updated": "2023-06-14T11:23:21.800393-04:00",
            "created_at": "2023-06-13T09:08:19.549229-04:00",
            "name": "BOS (K Crawford)",
            "reward": "1.46000",
            "odds": "1.47620",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282e7996-93dc-4e50-b147-e5791ab2a67c/?format=api"
        },
        {
            "id": "46a4faf4-f5b7-4ba1-86e4-9591e40b0bae",
            "gambit_id": "fa631842-8b83-4a82-ae20-302319b109fc",
            "last_updated": "2023-06-14T11:23:21.797892-04:00",
            "created_at": "2023-06-13T09:08:19.546988-04:00",
            "name": "COL (C Anderson)",
            "reward": "2.78000",
            "odds": "2.85000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/282e7996-93dc-4e50-b147-e5791ab2a67c/?format=api"
        }
    ]
}