GET /api/bet_types/80e06bb0-248d-4a81-9cc6-cbce53828987/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "80e06bb0-248d-4a81-9cc6-cbce53828987",
    "match": "https://api-prod.gambitprofit.com/api/matches/669c6757-a754-4b77-899d-79d19426b7f6/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-04-06T14:26:50.523478-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": "Philadelphia Flyers",
                "amount": 5317.0
            },
            {
                "team": "Dallas Stars",
                "amount": 4683.0
            }
        ],
        "expected_reward_tokens": 9411.09,
        "profit_sb": -88.91,
        "profit_sb_percentage": -0.94,
        "recommended": false
    },
    "lines": [
        {
            "id": "4273d3fd-384a-4b3a-a46b-fafa3c91bae2",
            "gambit_id": "6563b4ed-5cf5-449c-8900-863045959adc",
            "last_updated": "2023-04-07T20:37:08.243002-04:00",
            "created_at": "2023-04-06T14:26:50.528420-04:00",
            "name": "Philadelphia Flyers",
            "reward": "1.77000",
            "odds": "1.80000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e06bb0-248d-4a81-9cc6-cbce53828987/?format=api"
        },
        {
            "id": "e647b1ef-c916-4e49-8aeb-6ad761bed99f",
            "gambit_id": "c91b0d61-a2e2-475d-8b72-b3ecf83f273e",
            "last_updated": "2023-04-07T20:37:08.241353-04:00",
            "created_at": "2023-04-06T14:26:50.526018-04:00",
            "name": "Dallas Stars",
            "reward": "2.01000",
            "odds": "2.05000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/80e06bb0-248d-4a81-9cc6-cbce53828987/?format=api"
        }
    ]
}