GET /api/bet_types/2d40841c-01ac-4d1d-acfb-2072012fb1cd/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2d40841c-01ac-4d1d-acfb-2072012fb1cd",
    "match": "https://api-prod.gambitprofit.com/api/matches/7ae005e4-2210-4f4f-aaf9-fe088ff30b4b/?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": "Philadelphia Flyers",
                "amount": 5208.0
            },
            {
                "team": "Vegas Golden Knights",
                "amount": 4792.0
            }
        ],
        "expected_reward_tokens": 9008.96,
        "profit_sb": 8.96,
        "profit_sb_percentage": 0.1,
        "recommended": true
    },
    "lines": [
        {
            "id": "d7291728-f9a2-4239-8ce0-364807a1f17b",
            "gambit_id": "cc71ed12-5830-4df7-b9a5-d5baa6752bba",
            "last_updated": "2022-12-10T18:47:00.246939-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.73000",
            "odds": "1.83330",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d40841c-01ac-4d1d-acfb-2072012fb1cd/?format=api"
        },
        {
            "id": "a82f7fff-ce9f-43ae-8c5a-e8f366eacae5",
            "gambit_id": "e14712d1-419d-4b71-83e5-d7e69f68b680",
            "last_updated": "2022-12-10T18:47:00.245611-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Vegas Golden Knights",
            "reward": "1.88000",
            "odds": "2.00000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2d40841c-01ac-4d1d-acfb-2072012fb1cd/?format=api"
        }
    ]
}