GET /api/bet_types/8d334f74-19f1-4306-b2da-e6da7ea14504/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "8d334f74-19f1-4306-b2da-e6da7ea14504",
    "match": "https://api-prod.gambitprofit.com/api/matches/637fc9c7-6dec-4147-b578-2a271680e36f/?format=api",
    "name": "Play the Odds",
    "created_at": "2023-06-10T13:38:10.173802-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": "TOR",
                "amount": 3759.0
            }
        ],
        "expected_reward_tokens": 9547.86,
        "profit_sb": 47.86,
        "profit_sb_percentage": 0.5,
        "recommended": true
    },
    "lines": [
        {
            "id": "a93a593c-c30c-410d-9768-d4e06df5fe14",
            "gambit_id": "1a422e4b-dbbe-447b-9f9f-79037c67a0b7",
            "last_updated": "2023-06-11T11:28:13.581542-04:00",
            "created_at": "2023-06-10T13:38:10.175671-04:00",
            "name": "MIN",
            "reward": "1.53000",
            "odds": "1.55560",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d334f74-19f1-4306-b2da-e6da7ea14504/?format=api"
        },
        {
            "id": "c048e841-9d86-48cc-8e31-46bcff3b1d09",
            "gambit_id": "c2b89d59-cc89-40cd-843b-1135d14e3f32",
            "last_updated": "2023-06-11T11:28:13.583512-04:00",
            "created_at": "2023-06-10T13:38:10.177969-04:00",
            "name": "TOR",
            "reward": "2.54000",
            "odds": "2.60000",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/8d334f74-19f1-4306-b2da-e6da7ea14504/?format=api"
        }
    ]
}