GET /api/bet_types/adc7a015-d725-4589-b66e-5dfc33fb94c6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "adc7a015-d725-4589-b66e-5dfc33fb94c6",
    "match": "https://api-prod.gambitprofit.com/api/matches/76990f18-f90e-4712-9ae0-1231eabb6e81/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-21T09:33:14.686574-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": "Miami Heat",
                "amount": 5000.0
            },
            {
                "team": "Orlando Magic",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "14256863-b6e0-4d66-87b1-78976400bff6",
            "gambit_id": "a0f7fc96-69ad-4bb6-b67b-82bf9a7832d1",
            "last_updated": "2024-01-23T18:48:24.871445-05:00",
            "created_at": "2024-01-21T09:33:14.690748-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adc7a015-d725-4589-b66e-5dfc33fb94c6/?format=api"
        },
        {
            "id": "b34c6743-78ab-4216-b451-d3269662fa4e",
            "gambit_id": "4fdd41b0-bed9-409f-9b4f-376c472664c4",
            "last_updated": "2024-01-23T18:48:24.875009-05:00",
            "created_at": "2024-01-21T09:33:14.694695-05:00",
            "name": "Orlando Magic",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-1.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/adc7a015-d725-4589-b66e-5dfc33fb94c6/?format=api"
        }
    ]
}