GET /api/bet_types/f0f11a11-7bdd-4c57-b313-b95c4243f0a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f0f11a11-7bdd-4c57-b313-b95c4243f0a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/4938c849-bde9-4274-bc8d-8638d7a581f0/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-03T11:22:12.431789-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": "SEA",
                "amount": 5867.0
            },
            {
                "team": "TEX",
                "amount": 4133.0
            }
        ],
        "expected_reward_tokens": 9504.54,
        "profit_sb": 4.54,
        "profit_sb_percentage": 0.05,
        "recommended": true
    },
    "lines": [
        {
            "id": "988ae887-cce9-4935-8deb-ccef860aacd4",
            "gambit_id": "424108f7-d9e1-4202-af42-7659921becfd",
            "last_updated": "2023-06-04T21:22:04.325667-04:00",
            "created_at": "2023-06-03T11:22:12.433839-04:00",
            "name": "SEA",
            "reward": "1.62000",
            "odds": "1.64520",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f11a11-7bdd-4c57-b313-b95c4243f0a9/?format=api"
        },
        {
            "id": "5d9d0b89-764c-46ed-82bf-aadd43f54a31",
            "gambit_id": "8dcbb5b2-9052-4eec-b226-9b1e2fa7d4c6",
            "last_updated": "2023-06-04T21:22:04.328012-04:00",
            "created_at": "2023-06-03T11:22:12.436586-04:00",
            "name": "TEX",
            "reward": "2.30000",
            "odds": "2.35000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f0f11a11-7bdd-4c57-b313-b95c4243f0a9/?format=api"
        }
    ]
}