GET /api/bet_types/2a761e81-0a1a-4c8e-8a6e-cc37d3e18764/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2a761e81-0a1a-4c8e-8a6e-cc37d3e18764",
    "match": "https://api-prod.gambitprofit.com/api/matches/f06386aa-31b8-497f-8d44-c0ae69a9ae54/?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": "PHI",
                "amount": 5304.0
            },
            {
                "team": "WAS",
                "amount": 4696.0
            }
        ],
        "expected_reward_tokens": 9016.32,
        "profit_sb": 16.32,
        "profit_sb_percentage": 0.18,
        "recommended": true
    },
    "lines": [
        {
            "id": "0670e263-b89e-4f26-9c06-dd02e1c0f8b7",
            "gambit_id": "d254d50d-f48b-439f-81c7-70bb74c1c600",
            "last_updated": "2022-10-01T09:22:27.108981-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PHI",
            "reward": "1.70000",
            "odds": "1.80000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a761e81-0a1a-4c8e-8a6e-cc37d3e18764/?format=api"
        },
        {
            "id": "c370affe-b503-464e-aff5-8e07717d632e",
            "gambit_id": "890db215-f6a5-4474-809b-c4090a94bb5d",
            "last_updated": "2022-10-01T09:22:27.108013-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "WAS",
            "reward": "1.92000",
            "odds": "2.05000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2a761e81-0a1a-4c8e-8a6e-cc37d3e18764/?format=api"
        }
    ]
}