GET /api/bet_types/8dd217c3-da7d-4a7b-9543-a494630280f4/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8dd217c3-da7d-4a7b-9543-a494630280f4",
    "match": "https://api-prod.gambitprofit.com/api/matches/a32f39bc-afe0-4e06-95ed-6a3d470f2d88/?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": "Temple",
                "amount": 5000.0
            },
            {
                "team": "Duke",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9150.0,
        "profit_sb": 150.0,
        "profit_sb_percentage": 1.67,
        "recommended": true
    },
    "lines": [
        {
            "id": "30456dd3-5305-4440-8631-7d258d95a372",
            "gambit_id": "78e43da5-0f09-4328-b862-b4ea525db559",
            "last_updated": "2022-09-03T11:17:09.406286-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Temple",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd217c3-da7d-4a7b-9543-a494630280f4/?format=api"
        },
        {
            "id": "3ee55d16-2aaf-4399-9dbf-d7eb622e125c",
            "gambit_id": "f99f8a9f-8451-4af3-bb54-29f85cef3364",
            "last_updated": "2022-09-03T11:17:09.405880-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Duke",
            "reward": "1.83000",
            "odds": "1.90910",
            "spread": "-9.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8dd217c3-da7d-4a7b-9543-a494630280f4/?format=api"
        }
    ]
}