GET /api/bet_types/12fda737-58ae-48a3-9f21-f274e8e5401e/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "12fda737-58ae-48a3-9f21-f274e8e5401e",
    "match": "https://api-prod.gambitprofit.com/api/matches/1f243301-a96e-45b1-ae3c-f687de720c3b/?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": 6359.0
            },
            {
                "team": "CIN",
                "amount": 3641.0
            }
        ],
        "expected_reward_tokens": 9284.14,
        "profit_sb": 284.14,
        "profit_sb_percentage": 3.16,
        "recommended": true
    },
    "lines": [
        {
            "id": "c60ee8c3-4560-40ed-8958-2a0f30883b07",
            "gambit_id": "53717837-b48f-40c9-98d6-fb405c409831",
            "last_updated": "2022-08-12T09:47:09.420098-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC",
            "reward": "1.46000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fda737-58ae-48a3-9f21-f274e8e5401e/?format=api"
        },
        {
            "id": "afa9a87b-1023-45b6-bbad-232437e05b0b",
            "gambit_id": "d153303d-489c-48ab-bdc9-693153e9fb22",
            "last_updated": "2022-08-12T09:47:09.419663-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN",
            "reward": "2.55000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/12fda737-58ae-48a3-9f21-f274e8e5401e/?format=api"
        }
    ]
}