GET /api/bet_types/f5d01dcc-92d4-47a8-9b68-8d314236419e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "f5d01dcc-92d4-47a8-9b68-8d314236419e",
    "match": "https://api-prod.gambitprofit.com/api/matches/c32168a2-5a37-4dd8-9dde-f6b65995083d/?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": "CIN",
                "amount": 6336.0
            },
            {
                "team": "PIT",
                "amount": 3664.0
            }
        ],
        "expected_reward_tokens": 9123.36,
        "profit_sb": 123.36,
        "profit_sb_percentage": 1.37,
        "recommended": true
    },
    "lines": [
        {
            "id": "bafd0cde-de50-4c9a-88cc-5bd75b315a75",
            "gambit_id": "e34efe87-a73e-4f10-a1d8-ccc7d22e3e9c",
            "last_updated": "2022-09-29T10:42:04.026580-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.44000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d01dcc-92d4-47a8-9b68-8d314236419e/?format=api"
        },
        {
            "id": "fbd7dfc5-fc9a-4d0e-8441-62b01fe57c91",
            "gambit_id": "935b0409-de1c-4f9b-b753-5abdb05a923f",
            "last_updated": "2022-09-29T10:42:04.025636-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.49000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/f5d01dcc-92d4-47a8-9b68-8d314236419e/?format=api"
        }
    ]
}