GET /api/bet_types/dbf4140b-fc00-4de3-b91f-35fd04ecf287/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "dbf4140b-fc00-4de3-b91f-35fd04ecf287",
    "match": "https://api-prod.gambitprofit.com/api/matches/385c9204-4258-4a3d-b0d8-169c8d79a925/?format=api",
    "name": "Pick the Winner",
    "created_at": "1969-12-31T19:00:00-05: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 (F Peralta)",
                "amount": 5745.0
            },
            {
                "team": "CIN (N Lodolo)",
                "amount": 4255.0
            }
        ],
        "expected_reward_tokens": 9190.8,
        "profit_sb": 190.8,
        "profit_sb_percentage": 2.12,
        "recommended": true
    },
    "lines": [
        {
            "id": "22817f1c-a29d-44b3-8461-e88a75cb5d7c",
            "gambit_id": "11de1d44-26e6-4546-ac1a-7ba4f12a0424",
            "last_updated": "2022-09-26T10:32:11.965946-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (F Peralta)",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbf4140b-fc00-4de3-b91f-35fd04ecf287/?format=api"
        },
        {
            "id": "f2e16a77-ae80-4275-8fc4-5e12bf327979",
            "gambit_id": "93926cc0-e6de-4eaa-81e6-13db2aeac12f",
            "last_updated": "2022-09-26T10:32:11.967074-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CIN (N Lodolo)",
            "reward": "2.16000",
            "odds": "2.33000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/dbf4140b-fc00-4de3-b91f-35fd04ecf287/?format=api"
        }
    ]
}