GET /api/bet_types/76af5896-d41d-4ec5-9e4a-f5dadb47038f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "76af5896-d41d-4ec5-9e4a-f5dadb47038f",
    "match": "https://api-prod.gambitprofit.com/api/matches/dc28c417-5114-49ba-8cc0-f4f82505704b/?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": "BAL",
                "amount": 5205.0
            },
            {
                "team": "HOU",
                "amount": 4795.0
            }
        ],
        "expected_reward_tokens": 9108.75,
        "profit_sb": 108.75,
        "profit_sb_percentage": 1.21,
        "recommended": true
    },
    "lines": [
        {
            "id": "5ced4762-3975-42cc-95bb-aeaabe350030",
            "gambit_id": "a7598bd7-2284-495b-8313-ef59aa926803",
            "last_updated": "2022-08-29T13:02:02.012715-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "BAL",
            "reward": "1.75000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76af5896-d41d-4ec5-9e4a-f5dadb47038f/?format=api"
        },
        {
            "id": "2f69cd0c-a70e-483c-826b-c3b207150a61",
            "gambit_id": "96047e29-edae-40e7-9bb2-82efc6d58e04",
            "last_updated": "2022-08-29T13:02:02.012268-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "HOU",
            "reward": "1.90000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/76af5896-d41d-4ec5-9e4a-f5dadb47038f/?format=api"
        }
    ]
}