GET /api/bet_types/39d1b283-0950-4959-ad5e-063fc9d7dc61/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "39d1b283-0950-4959-ad5e-063fc9d7dc61",
    "match": "https://api-prod.gambitprofit.com/api/matches/ff2f4369-0b84-43b1-95f9-3f91d433120a/?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": "Los Angeles Clippers",
                "amount": 5000.0
            },
            {
                "team": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9000.0,
        "profit_sb": 0.0,
        "profit_sb_percentage": 0.0,
        "recommended": false
    },
    "lines": [
        {
            "id": "f23b6c37-42b5-4e4d-be25-5eb59001d0a2",
            "gambit_id": "e20de21b-0125-4370-aedb-4e3df5a7e998",
            "last_updated": "2022-12-18T09:52:27.955545-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Los Angeles Clippers",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39d1b283-0950-4959-ad5e-063fc9d7dc61/?format=api"
        },
        {
            "id": "428d27f5-4eaa-498d-81f9-d620e9b662cb",
            "gambit_id": "91c35285-666e-459f-9071-77c4ef8c66c1",
            "last_updated": "2022-12-18T09:52:27.956590-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Wizards",
            "reward": "1.80000",
            "odds": "1.90910",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/39d1b283-0950-4959-ad5e-063fc9d7dc61/?format=api"
        }
    ]
}