GET /api/bet_types/21e62bd6-9067-432c-975f-3fe29e490dd5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "21e62bd6-9067-432c-975f-3fe29e490dd5",
    "match": "https://api-prod.gambitprofit.com/api/matches/ed3baec3-bb33-4911-8b39-be03afa82150/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-12T10:57:56.753793-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": "Baltimore Ravens",
                "amount": 5000.0
            },
            {
                "team": "Tennessee Titans",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "46cc11e7-df76-4fe8-b82f-7bf3b8b78d97",
            "gambit_id": "655f3935-917a-458f-9910-ab624e09b66b",
            "last_updated": "2023-10-16T18:38:02.819809-04:00",
            "created_at": "2023-10-12T10:57:56.759711-04:00",
            "name": "Baltimore Ravens",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21e62bd6-9067-432c-975f-3fe29e490dd5/?format=api"
        },
        {
            "id": "d41fdc9e-b7d1-4912-a732-3e8cc7f265f4",
            "gambit_id": "b510eb76-779a-40b4-a43b-c9cfd62c7e1d",
            "last_updated": "2023-10-16T18:38:02.824861-04:00",
            "created_at": "2023-10-12T10:57:56.765423-04:00",
            "name": "Tennessee Titans",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/21e62bd6-9067-432c-975f-3fe29e490dd5/?format=api"
        }
    ]
}