GET /api/bet_types/0dbee1a5-c18f-4d04-9598-d2e9d97e44e9/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "0dbee1a5-c18f-4d04-9598-d2e9d97e44e9",
    "match": "https://api-prod.gambitprofit.com/api/matches/da76b183-af5a-4a31-ab8b-7aea440f1f8f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-11T11:43:23.523781-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 York Jets",
                "amount": 5000.0
            },
            {
                "team": "Carolina Panthers",
                "amount": 5000.0
            }
        ],
        "expected_reward_tokens": 9350.0,
        "profit_sb": -150.0,
        "profit_sb_percentage": -1.58,
        "recommended": false
    },
    "lines": [
        {
            "id": "514a65a7-6680-4f76-b857-7a0e621ef785",
            "gambit_id": "6f06062a-dc01-4a1d-8f3c-2ac831f20718",
            "last_updated": "2023-08-14T11:18:19.040243-04:00",
            "created_at": "2023-08-11T11:43:23.528154-04:00",
            "name": "New York Jets",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dbee1a5-c18f-4d04-9598-d2e9d97e44e9/?format=api"
        },
        {
            "id": "a9bf0edd-d38d-43e9-9f11-37cd97f3f794",
            "gambit_id": "3ee9850d-4f7c-48e7-b300-30aadc1c59d4",
            "last_updated": "2023-08-14T11:18:19.057337-04:00",
            "created_at": "2023-08-11T11:43:23.534074-04:00",
            "name": "Carolina Panthers",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": "-3.00",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/0dbee1a5-c18f-4d04-9598-d2e9d97e44e9/?format=api"
        }
    ]
}