GET /api/bet_types/7ba669b1-425e-4fee-b5db-9109e89ff5d6/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7ba669b1-425e-4fee-b5db-9109e89ff5d6",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc3fa708-4603-43e5-8b15-725e5a989e51/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-02-08T14:32:09.009230-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": "Indiana Pacers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "38fa238e-09fe-41b4-901a-274b6ef52ad1",
            "gambit_id": "9498c90c-57ab-4b7f-a936-65afdbcb6ddc",
            "last_updated": "2023-02-09T11:12:08.378053-05:00",
            "created_at": "2023-02-08T14:32:09.010738-05:00",
            "name": "Miami Heat",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba669b1-425e-4fee-b5db-9109e89ff5d6/?format=api"
        },
        {
            "id": "376df79d-f6e6-480f-a542-4d3f72228e51",
            "gambit_id": "4cf9c9e0-4567-4a65-87c1-978d5fd21973",
            "last_updated": "2023-02-09T11:12:08.379492-05:00",
            "created_at": "2023-02-08T14:32:09.012158-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "6.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7ba669b1-425e-4fee-b5db-9109e89ff5d6/?format=api"
        }
    ]
}