GET /api/bet_types/cdc4da57-910d-4355-be2c-35f18d0ee770/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "cdc4da57-910d-4355-be2c-35f18d0ee770",
    "match": "https://api-prod.gambitprofit.com/api/matches/3ff8b58e-ab5c-4c8d-abdd-79bbb8cbf6e2/?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": "DET",
                "amount": 5395.0
            },
            {
                "team": "LAA",
                "amount": 4605.0
            }
        ],
        "expected_reward_tokens": 9117.55,
        "profit_sb": 117.55,
        "profit_sb_percentage": 1.31,
        "recommended": true
    },
    "lines": [
        {
            "id": "dbf39466-4433-4d91-9200-3b0aae62cdd9",
            "gambit_id": "ae7f2332-1c5d-465b-b87f-39b050b23cea",
            "last_updated": "2022-09-06T09:22:09.703968-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "DET",
            "reward": "1.69000",
            "odds": "1.76920",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc4da57-910d-4355-be2c-35f18d0ee770/?format=api"
        },
        {
            "id": "a7aa63d9-1f1b-4f1e-a186-6b93994a041a",
            "gambit_id": "c6c96838-530b-4e8c-ab8e-f8cbd4230c73",
            "last_updated": "2022-09-06T09:22:09.702669-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "LAA",
            "reward": "1.98000",
            "odds": "2.10000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/cdc4da57-910d-4355-be2c-35f18d0ee770/?format=api"
        }
    ]
}