GET /api/bet_types/2f9e5fef-36de-4040-9fa0-03770129e9f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f9e5fef-36de-4040-9fa0-03770129e9f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/e83cd612-f801-45a8-9d79-d8fcdcf2ec7b/?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": "New Jersey Devils",
                "amount": 6336.0
            },
            {
                "team": "Toronto Maple Leafs",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "36fc9c73-e129-49ad-bbb1-fa96232bfe72",
            "gambit_id": "9e63d8b6-8e6c-4a8f-a6e0-2e4aa073c402",
            "last_updated": "2022-11-18T09:57:53.395600-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "New Jersey Devils",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f9e5fef-36de-4040-9fa0-03770129e9f7/?format=api"
        },
        {
            "id": "83f813a3-01a6-4bbf-8824-c5f0d79cfc3c",
            "gambit_id": "c4eece76-157a-44d2-a4dc-b1753ad41a1a",
            "last_updated": "2022-11-18T09:57:53.396582-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Toronto Maple Leafs",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f9e5fef-36de-4040-9fa0-03770129e9f7/?format=api"
        }
    ]
}