GET /api/bet_types/a1402a7c-2e6b-42a8-97c3-c7f688db3508/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a1402a7c-2e6b-42a8-97c3-c7f688db3508",
    "match": "https://api-prod.gambitprofit.com/api/matches/91fc7117-4524-4733-9fb2-a7e59aa85863/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-03-31T09:56:47.026586-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": "Buffalo Sabres",
                "amount": 6399.0
            },
            {
                "team": "New York Rangers",
                "amount": 3601.0
            }
        ],
        "expected_reward_tokens": 9470.52,
        "profit_sb": -29.48,
        "profit_sb_percentage": -0.31,
        "recommended": false
    },
    "lines": [
        {
            "id": "0a7602ef-890c-4ae3-ad08-7d3c9e5b3ee0",
            "gambit_id": "343c9141-9c56-47f0-8dca-d99e520f9e74",
            "last_updated": "2023-04-01T10:41:54.640445-04:00",
            "created_at": "2023-03-31T09:56:47.029266-04:00",
            "name": "Buffalo Sabres",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1402a7c-2e6b-42a8-97c3-c7f688db3508/?format=api"
        },
        {
            "id": "78f835a1-3e56-4f6a-8ca5-044206f8d378",
            "gambit_id": "6ba7e849-85ac-469f-a652-8a4c54681727",
            "last_updated": "2023-04-01T10:41:54.643150-04:00",
            "created_at": "2023-03-31T09:56:47.032775-04:00",
            "name": "New York Rangers",
            "reward": "2.63000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a1402a7c-2e6b-42a8-97c3-c7f688db3508/?format=api"
        }
    ]
}