GET /api/bet_types/ec9caa24-bcc3-4786-bc4e-8ae2127108ef/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "ec9caa24-bcc3-4786-bc4e-8ae2127108ef",
    "match": "https://api-prod.gambitprofit.com/api/matches/2dd28c88-28d5-455f-97d0-df4ab0883e0a/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-08-12T09:43:03.903604-04: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": 6390.0
            },
            {
                "team": "TOR",
                "amount": 3610.0
            }
        ],
        "expected_reward_tokens": 9457.2,
        "profit_sb": -42.8,
        "profit_sb_percentage": -0.45,
        "recommended": false
    },
    "lines": [
        {
            "id": "a130d9b7-0b34-4b0d-8f37-78f4886da821",
            "gambit_id": "b5651f8c-79dc-48e0-90bb-ebd5dc4e13b9",
            "last_updated": "2023-08-14T10:53:15.308277-04:00",
            "created_at": "2023-08-12T09:43:03.909903-04:00",
            "name": "CHC",
            "reward": "1.48000",
            "odds": "1.50000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9caa24-bcc3-4786-bc4e-8ae2127108ef/?format=api"
        },
        {
            "id": "6df17dd7-a6f1-4de5-8020-242bbf3ed16f",
            "gambit_id": "70eaf37b-eeed-48e0-bdd9-4f6235652a7f",
            "last_updated": "2023-08-14T10:53:15.311725-04:00",
            "created_at": "2023-08-12T09:43:03.919561-04:00",
            "name": "TOR",
            "reward": "2.62000",
            "odds": "2.70000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/ec9caa24-bcc3-4786-bc4e-8ae2127108ef/?format=api"
        }
    ]
}