GET /api/bet_types/5c88c003-d0e0-42da-b054-5e262834988a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5c88c003-d0e0-42da-b054-5e262834988a",
    "match": "https://api-prod.gambitprofit.com/api/matches/74997899-4f0d-45a2-9ef0-b0079f186c57/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-19T09:33:12.550464-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": "Indiana Pacers",
                "amount": 5000.0
            },
            {
                "team": "Portland Trail Blazers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "c0107721-fe00-404a-a307-0f2fab368e0d",
            "gambit_id": "9d4e85f1-7dba-48f9-8e17-67fab129ce2e",
            "last_updated": "2024-01-22T12:03:21.669355-05:00",
            "created_at": "2024-01-19T09:33:12.556360-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c88c003-d0e0-42da-b054-5e262834988a/?format=api"
        },
        {
            "id": "f2036be4-5ec4-441b-8835-585fbe008226",
            "gambit_id": "7ecac4b5-f21f-4b59-a8e8-2538515116b1",
            "last_updated": "2024-01-22T12:03:21.664194-05:00",
            "created_at": "2024-01-19T09:33:12.565217-05:00",
            "name": "Portland Trail Blazers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5c88c003-d0e0-42da-b054-5e262834988a/?format=api"
        }
    ]
}