GET /api/bet_types/83b5b520-a962-4f13-a352-1ff6a5fb5693/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "83b5b520-a962-4f13-a352-1ff6a5fb5693",
    "match": "https://api-prod.gambitprofit.com/api/matches/39314028-935c-4509-ba0d-3e950762c834/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-22T11:27:15.029419-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": "MIL",
                "amount": 6160.0
            },
            {
                "team": "HOU",
                "amount": 3840.0
            }
        ],
        "expected_reward_tokens": 9484.8,
        "profit_sb": -15.2,
        "profit_sb_percentage": -0.16,
        "recommended": false
    },
    "lines": [
        {
            "id": "9f445cc2-5da3-40ec-93e9-ec8161e22ebd",
            "gambit_id": "e10f938d-5719-48f4-8081-2a843ae36dbf",
            "last_updated": "2023-05-25T13:47:08.051115-04:00",
            "created_at": "2023-05-22T11:27:15.030799-04:00",
            "name": "MIL",
            "reward": "1.54000",
            "odds": "1.57140",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b5b520-a962-4f13-a352-1ff6a5fb5693/?format=api"
        },
        {
            "id": "cc72e667-1003-4952-a190-9798cda97627",
            "gambit_id": "f72e98f8-5487-4801-b255-ab80fcdc8805",
            "last_updated": "2023-05-25T13:47:08.053157-04:00",
            "created_at": "2023-05-22T11:27:15.032174-04:00",
            "name": "HOU",
            "reward": "2.47000",
            "odds": "2.55000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/83b5b520-a962-4f13-a352-1ff6a5fb5693/?format=api"
        }
    ]
}