GET /api/bet_types/04461b57-e3a0-4850-99a2-9d2b346cca83/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "04461b57-e3a0-4850-99a2-9d2b346cca83",
    "match": "https://api-prod.gambitprofit.com/api/matches/22186d6b-8402-49eb-aa41-6195e1d7c163/?format=api",
    "name": "Play the Odds",
    "created_at": "1969-12-31T19:00:00-05: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": "NYM",
                "amount": 5501.0
            },
            {
                "team": "PIT",
                "amount": 4499.0
            }
        ],
        "expected_reward_tokens": 9131.66,
        "profit_sb": 131.66,
        "profit_sb_percentage": 1.46,
        "recommended": true
    },
    "lines": [
        {
            "id": "34ed325c-653e-4773-9d86-25f3ae1cd9dc",
            "gambit_id": "e3d90574-a5ab-4156-9fdc-daf8a06e5e4b",
            "last_updated": "2022-09-07T12:46:59.046841-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.66000",
            "odds": "1.74070",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04461b57-e3a0-4850-99a2-9d2b346cca83/?format=api"
        },
        {
            "id": "ce1fbf8f-d055-4c8e-90f1-b505eaaa3152",
            "gambit_id": "92fb0fd5-6ed0-4b9c-b1ff-59c0c823c34d",
            "last_updated": "2022-09-07T12:46:59.045744-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.03000",
            "odds": "2.15000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/04461b57-e3a0-4850-99a2-9d2b346cca83/?format=api"
        }
    ]
}