GET /api/bet_types/7a85cc2c-71b5-4652-9ddc-27dccedd3f66/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "7a85cc2c-71b5-4652-9ddc-27dccedd3f66",
    "match": "https://api-prod.gambitprofit.com/api/matches/3671c115-e318-4938-8bf5-6237de59c33d/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-05-03T12:12:09.663775-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": "MIN",
                "amount": 6241.0
            },
            {
                "team": "CWS",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "bb57554d-0330-4b77-b2dc-a1d791604ea8",
            "gambit_id": "7c627049-633b-477b-bc70-8c4672887652",
            "last_updated": "2023-05-04T10:52:17.477700-04:00",
            "created_at": "2023-05-03T12:12:09.666774-04:00",
            "name": "MIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a85cc2c-71b5-4652-9ddc-27dccedd3f66/?format=api"
        },
        {
            "id": "0448a898-e460-4325-9ecc-5bf99decf5ae",
            "gambit_id": "43ce7b9a-9303-46f3-ae3b-0441017483c6",
            "last_updated": "2023-05-04T10:52:17.476533-04:00",
            "created_at": "2023-05-03T12:12:09.665219-04:00",
            "name": "CWS",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/7a85cc2c-71b5-4652-9ddc-27dccedd3f66/?format=api"
        }
    ]
}