GET /api/bet_types/3379bcdf-5940-4be1-84b4-3bcb0f25c134/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3379bcdf-5940-4be1-84b4-3bcb0f25c134",
    "match": "https://api-prod.gambitprofit.com/api/matches/59b81554-0f48-4e08-be02-df08858a2e3f/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-07T09:07:56.509060-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": "Denver Nuggets",
                "amount": 5000.0
            },
            {
                "team": "Detroit Pistons",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "3035b843-7722-48a5-bba2-4bbd1cca3970",
            "gambit_id": "8778fa15-dedc-410f-88b6-08037643c874",
            "last_updated": "2024-01-09T10:38:22.816285-05:00",
            "created_at": "2024-01-07T09:07:56.517942-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3379bcdf-5940-4be1-84b4-3bcb0f25c134/?format=api"
        },
        {
            "id": "ecffd34d-c1c5-4273-b0af-fe469dbd171c",
            "gambit_id": "f3d2364f-5829-448a-9f0c-f902d8e060ee",
            "last_updated": "2024-01-09T10:38:22.812675-05:00",
            "created_at": "2024-01-07T09:07:56.512797-05:00",
            "name": "Detroit Pistons",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "15.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3379bcdf-5940-4be1-84b4-3bcb0f25c134/?format=api"
        }
    ]
}