GET /api/bet_types/118f8bcb-1d95-402f-8ee3-674d2666058a/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "118f8bcb-1d95-402f-8ee3-674d2666058a",
    "match": "https://api-prod.gambitprofit.com/api/matches/2f2c449a-59ac-41ad-ac94-3fc22384ea33/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-10T09:38:05.111448-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": "COL",
                "amount": 5213.0
            },
            {
                "team": "SDG",
                "amount": 4787.0
            }
        ],
        "expected_reward_tokens": 9382.52,
        "profit_sb": -117.48,
        "profit_sb_percentage": -1.24,
        "recommended": false
    },
    "lines": [
        {
            "id": "59c9fa70-2e18-4574-ad2a-95de22cebcb3",
            "gambit_id": "2e211ba3-b3c9-4c49-baf3-603dbc425ac7",
            "last_updated": "2023-06-11T10:28:01.369187-04:00",
            "created_at": "2023-06-10T09:38:05.116360-04:00",
            "name": "COL",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/118f8bcb-1d95-402f-8ee3-674d2666058a/?format=api"
        },
        {
            "id": "b75bc127-0a54-4c55-85b8-18e455c0e397",
            "gambit_id": "041940a4-5607-40f5-ab59-3b3b5820acf8",
            "last_updated": "2023-06-11T10:28:01.367007-04:00",
            "created_at": "2023-06-10T09:38:05.113819-04:00",
            "name": "SDG",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/118f8bcb-1d95-402f-8ee3-674d2666058a/?format=api"
        }
    ]
}