GET /api/bet_types/61d7e073-64cb-4fa6-8005-5eff7af3ca6c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "61d7e073-64cb-4fa6-8005-5eff7af3ca6c",
    "match": "https://api-prod.gambitprofit.com/api/matches/095c8f90-ad23-4e67-a935-4a462a20f03b/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-07-28T08:23:02.302278-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": "PIT",
                "amount": 5319.0
            },
            {
                "team": "PHI",
                "amount": 4681.0
            }
        ],
        "expected_reward_tokens": 9361.44,
        "profit_sb": -138.56,
        "profit_sb_percentage": -1.46,
        "recommended": false
    },
    "lines": [
        {
            "id": "77f13693-9c49-491e-abe0-a2338d21d22e",
            "gambit_id": "e68e0a4f-e12d-484d-8d4f-69b591dd63aa",
            "last_updated": "2023-07-29T19:48:02.885395-04:00",
            "created_at": "2023-07-28T08:23:02.318192-04:00",
            "name": "PIT",
            "reward": "1.76000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61d7e073-64cb-4fa6-8005-5eff7af3ca6c/?format=api"
        },
        {
            "id": "b42785ba-6fd4-40d3-8f3d-a01fe191e370",
            "gambit_id": "70adef4b-adc4-456d-ae38-7e13ae20f401",
            "last_updated": "2023-07-29T19:48:02.880623-04:00",
            "created_at": "2023-07-28T08:23:02.313261-04:00",
            "name": "PHI",
            "reward": "2.00000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/61d7e073-64cb-4fa6-8005-5eff7af3ca6c/?format=api"
        }
    ]
}