GET /api/bet_types/5a9e80ad-a988-46b6-a374-737f35132761/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5a9e80ad-a988-46b6-a374-737f35132761",
    "match": "https://api-prod.gambitprofit.com/api/matches/440b5061-8245-4793-835c-6dba41fec196/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-20T11:42:13.782725-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": "Brooklyn Nets",
                "amount": 5107.0
            },
            {
                "team": "Philadelphia 76ers",
                "amount": 4893.0
            }
        ],
        "expected_reward_tokens": 9345.63,
        "profit_sb": -154.37,
        "profit_sb_percentage": -1.62,
        "recommended": false
    },
    "lines": [
        {
            "id": "e0cbfe4b-d6c3-455a-b8c1-ddd353a3882d",
            "gambit_id": "d0e879b0-65e6-433e-9fc2-6de4a00b0eee",
            "last_updated": "2023-04-21T22:07:10.180672-04:00",
            "created_at": "2023-04-20T11:42:13.784511-04:00",
            "name": "Brooklyn Nets",
            "reward": "1.83000",
            "odds": "1.86960",
            "spread": "5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a9e80ad-a988-46b6-a374-737f35132761/?format=api"
        },
        {
            "id": "ced4d37d-7124-4ecb-8831-bd85f98d6d96",
            "gambit_id": "f549dc68-1ce1-43ed-bed3-407a8b28b2a2",
            "last_updated": "2023-04-21T22:07:10.183233-04:00",
            "created_at": "2023-04-20T11:42:13.786619-04:00",
            "name": "Philadelphia 76ers",
            "reward": "1.91000",
            "odds": "1.95240",
            "spread": "-5.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5a9e80ad-a988-46b6-a374-737f35132761/?format=api"
        }
    ]
}