GET /api/bet_types/512b43fe-627a-42a8-b040-7e0d6504a46f/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "512b43fe-627a-42a8-b040-7e0d6504a46f",
    "match": "https://api-prod.gambitprofit.com/api/matches/e2a34425-ad06-4210-82d3-59df6a0653d3/?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": 5360.0
            },
            {
                "team": "CHC (M Stroman)",
                "amount": 4640.0
            }
        ],
        "expected_reward_tokens": 9326.4,
        "profit_sb": 326.4,
        "profit_sb_percentage": 3.63,
        "recommended": true
    },
    "lines": [
        {
            "id": "5872868a-b123-4a94-94de-1b20cff142d3",
            "gambit_id": "21f42c9e-23a8-4f41-8d08-322c7f02efe1",
            "last_updated": "2022-08-21T12:52:07.167864-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "MIL (F Peralta)",
            "reward": "1.74000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512b43fe-627a-42a8-b040-7e0d6504a46f/?format=api"
        },
        {
            "id": "a1f45499-62ac-471a-8ed8-7b10f00882df",
            "gambit_id": "6b192fa2-7429-4e18-852a-62109f0c4d6d",
            "last_updated": "2022-08-21T12:52:07.167381-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (M Stroman)",
            "reward": "2.01000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/512b43fe-627a-42a8-b040-7e0d6504a46f/?format=api"
        }
    ]
}