GET /api/bet_types/3cb8b50b-1ae0-4975-8faf-6c312b8f6e2c/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "3cb8b50b-1ae0-4975-8faf-6c312b8f6e2c",
    "match": "https://api-prod.gambitprofit.com/api/matches/e48d0206-612a-437a-9165-72d86a2a1ed3/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-06T10:57:13.982613-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": "SEA",
                "amount": 6308.0
            },
            {
                "team": "SDG",
                "amount": 3692.0
            }
        ],
        "expected_reward_tokens": 9525.08,
        "profit_sb": 25.08,
        "profit_sb_percentage": 0.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "aa38c31d-104e-4448-8e82-5af58352873c",
            "gambit_id": "e358fb26-1bcb-4ccd-b397-e4a6c796b2db",
            "last_updated": "2023-06-07T10:13:02.271037-04:00",
            "created_at": "2023-06-06T10:57:13.984471-04:00",
            "name": "SEA",
            "reward": "1.51000",
            "odds": "1.52630",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb8b50b-1ae0-4975-8faf-6c312b8f6e2c/?format=api"
        },
        {
            "id": "64381d04-8807-4589-a1de-e4f100c66f28",
            "gambit_id": "4a5defe8-2691-467f-bf4c-853ed2333c2c",
            "last_updated": "2023-06-07T10:13:02.272805-04:00",
            "created_at": "2023-06-06T10:57:13.986314-04:00",
            "name": "SDG",
            "reward": "2.58000",
            "odds": "2.65000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/3cb8b50b-1ae0-4975-8faf-6c312b8f6e2c/?format=api"
        }
    ]
}