GET /api/bet_types/ccfad01c-3bee-4f0f-a828-c68c0078dcf1/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ccfad01c-3bee-4f0f-a828-c68c0078dcf1",
    "match": "https://api-prod.gambitprofit.com/api/matches/fba3fe06-7300-405b-8f08-c1585553b6ed/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-01-23T09:11:56.483921-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": "New York Islanders",
                "amount": 5518.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 4482.0
            }
        ],
        "expected_reward_tokens": 9546.14,
        "profit_sb": 46.14,
        "profit_sb_percentage": 0.49,
        "recommended": true
    },
    "lines": [
        {
            "id": "336f7e2c-1a64-4c00-8de0-a1e4808bf87e",
            "gambit_id": "396c66ba-3f9e-44b0-8560-b1bed419a94e",
            "last_updated": "2023-01-24T09:56:56.409691-05:00",
            "created_at": "2023-01-23T09:11:56.486422-05:00",
            "name": "New York Islanders",
            "reward": "1.73000",
            "odds": "1.74070",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccfad01c-3bee-4f0f-a828-c68c0078dcf1/?format=api"
        },
        {
            "id": "0509af78-682c-4ebb-8230-b4364da5a4a3",
            "gambit_id": "54cc659c-5a16-4b36-a916-e9b7422cb807",
            "last_updated": "2023-01-24T09:56:56.408248-05:00",
            "created_at": "2023-01-23T09:11:56.485156-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.13000",
            "odds": "2.15000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ccfad01c-3bee-4f0f-a828-c68c0078dcf1/?format=api"
        }
    ]
}