GET /api/bet_types/3617dcf9-82d5-44e5-95bb-33b3fe0c26b4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3617dcf9-82d5-44e5-95bb-33b3fe0c26b4",
    "match": "https://api-prod.gambitprofit.com/api/matches/5befa448-0dc4-4c6e-b56d-539680597d54/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T15:38:18.260814-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": "CWS (T Toussaint)",
                "amount": 5248.0
            },
            {
                "team": "OAK (P Blackburn)",
                "amount": 4752.0
            }
        ],
        "expected_reward_tokens": 9551.36,
        "profit_sb": 51.36,
        "profit_sb_percentage": 0.54,
        "recommended": true
    },
    "lines": [
        {
            "id": "fece5dec-ae72-438e-8ba6-e671a95c33c7",
            "gambit_id": "55589989-1d97-482f-90c1-1fbb66a174b3",
            "last_updated": "2023-07-04T10:13:01.802683-04:00",
            "created_at": "2023-07-02T15:38:18.262758-04:00",
            "name": "CWS (T Toussaint)",
            "reward": "1.82000",
            "odds": "1.86210",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3617dcf9-82d5-44e5-95bb-33b3fe0c26b4/?format=api"
        },
        {
            "id": "c36f0f8d-a3d2-425c-90a5-8e70b4a2dac3",
            "gambit_id": "86cad948-4539-41e4-8621-aa7a54fbc519",
            "last_updated": "2023-07-04T10:13:01.805032-04:00",
            "created_at": "2023-07-02T15:38:18.264763-04:00",
            "name": "OAK (P Blackburn)",
            "reward": "2.01000",
            "odds": "2.06000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3617dcf9-82d5-44e5-95bb-33b3fe0c26b4/?format=api"
        }
    ]
}