GET /api/bet_types/3ff79dc3-9533-4560-8dfc-7f4d92958377/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3ff79dc3-9533-4560-8dfc-7f4d92958377",
    "match": "https://api-prod.gambitprofit.com/api/matches/0a85fdb1-8b53-4158-9457-e0c511cbae4e/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-11-29T10:38:02.304781-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": "Houston Rockets",
                "amount": 5000.0
            },
            {
                "team": "Denver Nuggets",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "96b0c52e-1763-40f7-8c2e-5c03ef8d6ba9",
            "gambit_id": "07ba278d-cdab-488e-8987-266ee1e5b380",
            "last_updated": "2023-11-30T11:18:13.821780-05:00",
            "created_at": "2023-11-29T10:38:02.310515-05:00",
            "name": "Houston Rockets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff79dc3-9533-4560-8dfc-7f4d92958377/?format=api"
        },
        {
            "id": "58a1b890-72c8-427a-8a4f-564b524fc02a",
            "gambit_id": "a8753489-5e10-4a20-8e61-2e6775b97652",
            "last_updated": "2023-11-30T11:18:13.825619-05:00",
            "created_at": "2023-11-29T10:38:02.315632-05:00",
            "name": "Denver Nuggets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-10.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3ff79dc3-9533-4560-8dfc-7f4d92958377/?format=api"
        }
    ]
}