GET /api/bet_types/8d1dc41c-d543-4f7d-be2e-6d28044006e8/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d1dc41c-d543-4f7d-be2e-6d28044006e8",
    "match": "https://api-prod.gambitprofit.com/api/matches/5a85974c-e929-45f3-bb07-1fdad06ff8ae/?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": "NYM",
                "amount": 6288.0
            },
            {
                "team": "COL",
                "amount": 3712.0
            }
        ],
        "expected_reward_tokens": 9242.88,
        "profit_sb": 242.88,
        "profit_sb_percentage": 2.7,
        "recommended": true
    },
    "lines": [
        {
            "id": "60ce4faf-4e11-43dd-b497-dade1a26dfd9",
            "gambit_id": "c3346e28-7db1-4988-a634-4912941cdc42",
            "last_updated": "2022-08-26T12:57:08.886501-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.47000",
            "odds": "1.52630",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d1dc41c-d543-4f7d-be2e-6d28044006e8/?format=api"
        },
        {
            "id": "0bd90120-d320-4835-ae26-d066c3c3ef9a",
            "gambit_id": "9c6aac9e-0ce8-45e9-a08b-870b9298d60b",
            "last_updated": "2022-08-26T12:57:08.886956-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "COL",
            "reward": "2.49000",
            "odds": "2.65000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d1dc41c-d543-4f7d-be2e-6d28044006e8/?format=api"
        }
    ]
}