GET /api/bet_types/9667ef1d-ef3b-452d-8163-212d018d3e14/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "9667ef1d-ef3b-452d-8163-212d018d3e14",
    "match": "https://api-prod.gambitprofit.com/api/matches/6bf261cd-3852-4c58-b108-30e559d82fe6/?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": 6336.0
            },
            {
                "team": "Washington Capitals",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c25ac71-2372-46e8-8ffd-88d8795730ca",
            "gambit_id": "77d64e5b-45bf-4033-8d7c-6dce4d519a03",
            "last_updated": "2022-12-08T13:02:17.111306-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Philadelphia Flyers",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9667ef1d-ef3b-452d-8163-212d018d3e14/?format=api"
        },
        {
            "id": "667f4e55-82ea-4ce0-9a00-acda4c635510",
            "gambit_id": "1bfe8041-0c6d-453b-8957-6518de9592d5",
            "last_updated": "2022-12-08T13:02:17.110295-05:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "Washington Capitals",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/9667ef1d-ef3b-452d-8163-212d018d3e14/?format=api"
        }
    ]
}