GET /api/bet_types/f3fe0443-3be2-48ee-829f-1d0b6794b8a0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f3fe0443-3be2-48ee-829f-1d0b6794b8a0",
    "match": "https://api-prod.gambitprofit.com/api/matches/758567a5-e45f-4d5e-9bca-e46bc20d36bd/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-09-16T18:28:17.601036-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": "New Orleans Saints",
                "amount": 5213.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "61d60b04-9cf4-4857-80a9-c3b669df83bd",
            "gambit_id": "cdecb6ed-d9c3-4f3d-a015-4f4f480abead",
            "last_updated": "2023-09-19T10:13:08.548986-04:00",
            "created_at": "2023-09-16T18:28:17.605775-04:00",
            "name": "New Orleans Saints",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3fe0443-3be2-48ee-829f-1d0b6794b8a0/?format=api"
        },
        {
            "id": "75ab4517-9891-4ced-921d-1c48b6bc0d15",
            "gambit_id": "db6783e9-4ec1-4aad-a165-4b2ac7823b02",
            "last_updated": "2023-09-19T10:13:08.552264-04:00",
            "created_at": "2023-09-16T18:28:17.609970-04:00",
            "name": "Carolina Panthers",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f3fe0443-3be2-48ee-829f-1d0b6794b8a0/?format=api"
        }
    ]
}