GET /api/bet_types/a107239f-8bc4-4295-94ed-d6a90ca80865/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a107239f-8bc4-4295-94ed-d6a90ca80865",
    "match": "https://api-prod.gambitprofit.com/api/matches/b3bf4bd6-058a-4bb2-87b2-a2c8d180021c/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-07-02T08:58:25.046583-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": "LAA (R Detmers)",
                "amount": 5325.0
            },
            {
                "team": "ARI (Z Gallen)",
                "amount": 4675.0
            }
        ],
        "expected_reward_tokens": 9583.75,
        "profit_sb": 83.75,
        "profit_sb_percentage": 0.88,
        "recommended": true
    },
    "lines": [
        {
            "id": "afe420bc-b618-4809-b46f-5bf24af8e775",
            "gambit_id": "4c617920-0280-485b-9bfe-cba34f9e9a70",
            "last_updated": "2023-07-04T10:13:01.182504-04:00",
            "created_at": "2023-07-02T08:58:25.051241-04:00",
            "name": "LAA (R Detmers)",
            "reward": "1.80000",
            "odds": "1.83330",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a107239f-8bc4-4295-94ed-d6a90ca80865/?format=api"
        },
        {
            "id": "cb0ac6e1-cf78-4ee0-beac-a5bf26da3516",
            "gambit_id": "536e57cf-838f-4818-b1a6-bcde6d314e55",
            "last_updated": "2023-07-04T10:13:01.181120-04:00",
            "created_at": "2023-07-02T08:58:25.048842-04:00",
            "name": "ARI (Z Gallen)",
            "reward": "2.05000",
            "odds": "2.10000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a107239f-8bc4-4295-94ed-d6a90ca80865/?format=api"
        }
    ]
}