GET /api/bet_types/e1d23a38-a8e3-4663-8217-932f632c8f42/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e1d23a38-a8e3-4663-8217-932f632c8f42",
    "match": "https://api-prod.gambitprofit.com/api/matches/b5943ccb-ab5f-42ce-b2f3-aecb00ca9263/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-14T12:02:15.555025-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": "COL",
                "amount": 5512.0
            },
            {
                "team": "SEA",
                "amount": 4488.0
            }
        ],
        "expected_reward_tokens": 9424.8,
        "profit_sb": -75.2,
        "profit_sb_percentage": -0.79,
        "recommended": false
    },
    "lines": [
        {
            "id": "c124a0d8-46a6-4c61-80a1-51abae44c75c",
            "gambit_id": "93e1a5fa-2f2c-47bd-a85a-a40d6948ddc2",
            "last_updated": "2023-04-21T22:07:03.769679-04:00",
            "created_at": "2023-04-14T12:02:15.558940-04:00",
            "name": "COL",
            "reward": "1.71000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1d23a38-a8e3-4663-8217-932f632c8f42/?format=api"
        },
        {
            "id": "ac79ef50-2e9a-4dd0-824b-87f08d11ec16",
            "gambit_id": "fb8b4f4d-758d-46fe-818e-6ed31a5c2ee9",
            "last_updated": "2023-04-21T22:07:03.767136-04:00",
            "created_at": "2023-04-14T12:02:15.556933-04:00",
            "name": "SEA",
            "reward": "2.10000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e1d23a38-a8e3-4663-8217-932f632c8f42/?format=api"
        }
    ]
}