GET /api/bet_types/a7d3aa10-c3a6-4d3a-b938-dde98a2548c0/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a7d3aa10-c3a6-4d3a-b938-dde98a2548c0",
    "match": "https://api-prod.gambitprofit.com/api/matches/73038dd3-8b64-4458-a86d-3a754fe09626/?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": 6057.0
            },
            {
                "team": "PIT",
                "amount": 3943.0
            }
        ],
        "expected_reward_tokens": 9266.05,
        "profit_sb": 266.05,
        "profit_sb_percentage": 2.96,
        "recommended": true
    },
    "lines": [
        {
            "id": "aae87925-f871-4ffc-a650-d5fa36d3e405",
            "gambit_id": "82629e69-8726-4855-8a47-15a80fc1b6ee",
            "last_updated": "2022-08-21T12:52:07.776142-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "1.53000",
            "odds": "1.58820",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d3aa10-c3a6-4d3a-b938-dde98a2548c0/?format=api"
        },
        {
            "id": "c4118336-1d47-4f50-9b6a-c028db36c98c",
            "gambit_id": "6eee3acd-f7bd-4701-bdd1-40c48b1dae59",
            "last_updated": "2022-08-21T12:52:07.775664-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.35000",
            "odds": "2.50000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a7d3aa10-c3a6-4d3a-b938-dde98a2548c0/?format=api"
        }
    ]
}