GET /api/bet_types/a9706317-56fa-450a-a2e1-f8578d7144b5/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a9706317-56fa-450a-a2e1-f8578d7144b5",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2a34425-ad06-4210-82d3-59df6a0653d3/?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": "CHC",
                "amount": 5756.0
            },
            {
                "team": "MIL",
                "amount": 4244.0
            }
        ],
        "expected_reward_tokens": 9209.48,
        "profit_sb": 209.48,
        "profit_sb_percentage": 2.33,
        "recommended": true
    },
    "lines": [
        {
            "id": "5d8e225e-8a65-45f6-aac8-7236ac99fb74",
            "gambit_id": "121f8a1e-28b5-4507-9e49-f656a8f18cca",
            "last_updated": "2022-08-21T12:52:07.166401-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.60000",
            "odds": "1.66670",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9706317-56fa-450a-a2e1-f8578d7144b5/?format=api"
        },
        {
            "id": "8850b7a4-a510-4703-8206-bfa897f5107d",
            "gambit_id": "e6a5438c-3081-4d1c-bc2d-c2aac7382824",
            "last_updated": "2022-08-21T12:52:07.166895-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL",
            "reward": "2.17000",
            "odds": "2.30000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a9706317-56fa-450a-a2e1-f8578d7144b5/?format=api"
        }
    ]
}