GET /api/bet_types/5491781c-95c2-4fef-982b-4d22ad97ba88/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5491781c-95c2-4fef-982b-4d22ad97ba88",
    "match": "https://api-prod.gambitprofit.com/api/matches/94e0203f-ed7d-4a8b-9ff7-cc7455cfeec4/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-06T11:51:57.067028-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 (S Strider)",
                "amount": 6833.0
            },
            {
                "team": "BAL (K Bradish)",
                "amount": 3167.0
            }
        ],
        "expected_reward_tokens": 9564.34,
        "profit_sb": 64.34,
        "profit_sb_percentage": 0.68,
        "recommended": true
    },
    "lines": [
        {
            "id": "a33ee7ca-6979-4215-af96-6345c0f250ff",
            "gambit_id": "6452b01f-9058-4cae-896b-8094241b61a4",
            "last_updated": "2023-05-07T11:57:19.351032-04:00",
            "created_at": "2023-05-06T11:51:57.068268-04:00",
            "name": "ATL (S Strider)",
            "reward": "1.40000",
            "odds": "1.41670",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5491781c-95c2-4fef-982b-4d22ad97ba88/?format=api"
        },
        {
            "id": "a56b3a36-4bd6-41b9-9928-d48c182845c9",
            "gambit_id": "8661d1c1-3c82-4c2e-a4cc-eac468868075",
            "last_updated": "2023-05-07T11:57:19.352549-04:00",
            "created_at": "2023-05-06T11:51:57.069578-04:00",
            "name": "BAL (K Bradish)",
            "reward": "3.02000",
            "odds": "3.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5491781c-95c2-4fef-982b-4d22ad97ba88/?format=api"
        }
    ]
}