GET /api/bet_types/e26d471f-3783-47b1-a6ea-3e91fcd11375/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "e26d471f-3783-47b1-a6ea-3e91fcd11375",
    "match": "https://api-prod.gambitprofit.com/api/matches/0ba2fea8-e8e4-4cc6-ab99-8c36098b6754/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-10-29T09:12:57.074348-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": "Atlanta Hawks",
                "amount": 5000.0
            },
            {
                "team": "Milwaukee Bucks",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9300.0,
        "profit_sb": -200.0,
        "profit_sb_percentage": -2.11,
        "recommended": false
    },
    "lines": [
        {
            "id": "3a7ecd5b-a1c0-4f71-8d64-b3ba3dbd9926",
            "gambit_id": "cf8caec4-1597-47c0-a477-5afa4efeedc1",
            "last_updated": "2023-10-30T21:53:24.577812-04:00",
            "created_at": "2023-10-29T09:12:57.079186-04:00",
            "name": "Atlanta Hawks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26d471f-3783-47b1-a6ea-3e91fcd11375/?format=api"
        },
        {
            "id": "d5621cdd-b588-4939-91b0-51a957d162f1",
            "gambit_id": "c65c9b48-a0db-4822-bb94-cbc6389d98d0",
            "last_updated": "2023-10-30T21:53:24.582322-04:00",
            "created_at": "2023-10-29T09:12:57.083004-04:00",
            "name": "Milwaukee Bucks",
            "reward": "1.86000",
            "odds": "1.90910",
            "spread": "-6.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/e26d471f-3783-47b1-a6ea-3e91fcd11375/?format=api"
        }
    ]
}