GET /api/bet_types/1dc511ad-48b4-4c9d-a593-df83f407b788/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "1dc511ad-48b4-4c9d-a593-df83f407b788",
    "match": "https://api-prod.gambitprofit.com/api/matches/bd251fd6-3c6d-47e8-87ea-5bab0f065efb/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-30T08:58:11.247969-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": "MIA (JT Chargois)",
                "amount": 5478.0
            },
            {
                "team": "PIT (Q Priester)",
                "amount": 4522.0
            }
        ],
        "expected_reward_tokens": 9586.5,
        "profit_sb": 86.5,
        "profit_sb_percentage": 0.91,
        "recommended": true
    },
    "lines": [
        {
            "id": "8d3c3d96-cdc0-4d54-a5e6-0e0e72ea1487",
            "gambit_id": "97326f71-d965-48a9-a274-acb148ea21d8",
            "last_updated": "2023-10-02T10:48:24.312225-04:00",
            "created_at": "2023-09-30T08:58:11.253411-04:00",
            "name": "MIA (JT Chargois)",
            "reward": "1.75000",
            "odds": "1.78740",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dc511ad-48b4-4c9d-a593-df83f407b788/?format=api"
        },
        {
            "id": "2709abe8-dbaf-4994-854e-720babd20950",
            "gambit_id": "f3f8582e-b0f7-440d-9baf-1f0c72adab7f",
            "last_updated": "2023-10-02T10:48:24.315481-04:00",
            "created_at": "2023-09-30T08:58:11.262593-04:00",
            "name": "PIT (Q Priester)",
            "reward": "2.12000",
            "odds": "2.17000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/1dc511ad-48b4-4c9d-a593-df83f407b788/?format=api"
        }
    ]
}