GET /api/bet_types/2604ae87-6f83-4088-858c-479b644cd819/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2604ae87-6f83-4088-858c-479b644cd819",
    "match": "https://api-prod.gambitprofit.com/api/matches/9370825b-4029-47ae-8f84-22ffe5685656/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-20T13:43:04.966862-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "CHC",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "e6b94816-9687-4cbc-899b-b7480c4a3ee4",
            "gambit_id": "975624c2-a866-4f0b-85ac-d16b912d83f2",
            "last_updated": "2023-09-21T10:48:07.689465-04:00",
            "created_at": "2023-09-20T13:43:04.970783-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2604ae87-6f83-4088-858c-479b644cd819/?format=api"
        },
        {
            "id": "835d7b8d-ce28-40d6-a257-c3059e330e4f",
            "gambit_id": "82fb155f-c4e3-4fca-a968-1d2af9fa44ac",
            "last_updated": "2023-09-21T10:48:07.693338-04:00",
            "created_at": "2023-09-20T13:43:04.975687-04:00",
            "name": "CHC",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2604ae87-6f83-4088-858c-479b644cd819/?format=api"
        }
    ]
}