GET /api/bet_types/46b848f4-1a71-4193-ae50-0d5011c292a9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "46b848f4-1a71-4193-ae50-0d5011c292a9",
    "match": "https://api-prod.gambitprofit.com/api/matches/cafa0c7a-97fb-4808-a086-9ff1283c6e95/?format=api",
    "name": "Play the Odds",
    "created_at": "2024-01-29T09:13:12.497504-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": "New Orleans Pelicans",
                "amount": 5000.0
            },
            {
                "team": "Boston Celtics",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "35613937-0df1-4f35-b794-2c7a5973eccf",
            "gambit_id": "f49d4c7d-0309-4b2a-9640-3643bd71fb8f",
            "last_updated": "2024-01-31T10:18:29.582008-05:00",
            "created_at": "2024-01-29T09:13:12.502423-05:00",
            "name": "New Orleans Pelicans",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b848f4-1a71-4193-ae50-0d5011c292a9/?format=api"
        },
        {
            "id": "e55914ca-23cc-47e5-8467-4fa1542108c2",
            "gambit_id": "f909a16d-8823-4f0f-96a7-17a44dee8010",
            "last_updated": "2024-01-31T10:18:29.585423-05:00",
            "created_at": "2024-01-29T09:13:12.507169-05:00",
            "name": "Boston Celtics",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/46b848f4-1a71-4193-ae50-0d5011c292a9/?format=api"
        }
    ]
}