GET /api/bet_types/7e5165b4-4e2d-44c0-8230-7cc7e71d8bcd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7e5165b4-4e2d-44c0-8230-7cc7e71d8bcd",
    "match": "https://api-prod.gambitprofit.com/api/matches/e01df1e7-a140-4c94-b4b5-78905d5df868/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-12-15T09:13:05.960409-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": "Washington Wizards",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "9333469a-813d-46a5-8b9b-f29717ed26aa",
            "gambit_id": "dbb9cab8-3292-4b48-afc5-947c8021b47d",
            "last_updated": "2023-12-18T10:58:10.834875-05:00",
            "created_at": "2023-12-15T09:13:05.964390-05:00",
            "name": "Indiana Pacers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5165b4-4e2d-44c0-8230-7cc7e71d8bcd/?format=api"
        },
        {
            "id": "39dd7758-629c-47ab-b221-dd09fb93ea47",
            "gambit_id": "8c45041a-732f-4060-9749-ff4865a038c5",
            "last_updated": "2023-12-18T10:58:10.838238-05:00",
            "created_at": "2023-12-15T09:13:05.969250-05:00",
            "name": "Washington Wizards",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "8.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7e5165b4-4e2d-44c0-8230-7cc7e71d8bcd/?format=api"
        }
    ]
}