GET /api/bet_types/da6b0605-07c0-41d0-bc98-eed0944931af/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "da6b0605-07c0-41d0-bc98-eed0944931af",
    "match": "https://api-prod.gambitprofit.com/api/matches/a8850e17-4f38-40ed-a2a6-8bdf9e12c57e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-25T09:13:13.230907-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": "Miami Dolphins",
                "amount": 5000.0
            },
            {
                "team": "New England Patriots",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "0da59b51-c4e8-4d21-841b-caa6d250a337",
            "gambit_id": "7e05d0d8-52d6-4c36-a4eb-bf0801abe13b",
            "last_updated": "2023-10-30T15:43:27.433559-04:00",
            "created_at": "2023-10-25T09:13:13.235012-04:00",
            "name": "Miami Dolphins",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b0605-07c0-41d0-bc98-eed0944931af/?format=api"
        },
        {
            "id": "74d0decf-b5de-4904-b43d-016919f4ffc3",
            "gambit_id": "a59996d1-e94c-4960-9b02-1dca0ba23155",
            "last_updated": "2023-10-30T15:43:27.437160-04:00",
            "created_at": "2023-10-25T09:13:13.240145-04:00",
            "name": "New England Patriots",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "7.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/da6b0605-07c0-41d0-bc98-eed0944931af/?format=api"
        }
    ]
}