GET /api/bet_types/a6c3db1d-808a-40ef-aea1-953d26e6d249/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "a6c3db1d-808a-40ef-aea1-953d26e6d249",
    "match": "https://api-prod.gambitprofit.com/api/matches/81b5d579-d1c3-4000-a012-9a23f2d7b127/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-09-04T09:48:07.592364-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": "CLE (L Giolito)",
                "amount": 5052.0
            },
            {
                "team": "MIN (P Lopez)",
                "amount": 4948.0
            }
        ],
        "expected_reward_tokens": 9548.28,
        "profit_sb": 48.28,
        "profit_sb_percentage": 0.51,
        "recommended": true
    },
    "lines": [
        {
            "id": "4739cfdd-3be9-4526-9643-9ef6a588aec0",
            "gambit_id": "61a5f9bd-a415-42b5-8aa6-a6afab3d5e79",
            "last_updated": "2023-09-05T10:38:01.181528-04:00",
            "created_at": "2023-09-04T09:48:07.601996-04:00",
            "name": "CLE (L Giolito)",
            "reward": "1.89000",
            "odds": "1.93460",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c3db1d-808a-40ef-aea1-953d26e6d249/?format=api"
        },
        {
            "id": "20656b70-5d1c-4f34-b119-c8919d48c023",
            "gambit_id": "1115901a-d82b-431d-ad78-8242632af325",
            "last_updated": "2023-09-05T10:38:01.174973-04:00",
            "created_at": "2023-09-04T09:48:07.596798-04:00",
            "name": "MIN (P Lopez)",
            "reward": "1.93000",
            "odds": "1.97090",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/a6c3db1d-808a-40ef-aea1-953d26e6d249/?format=api"
        }
    ]
}