GET /api/bet_types/5b52d72e-474e-406b-925c-a851fc2a93e3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "5b52d72e-474e-406b-925c-a851fc2a93e3",
    "match": "https://api-prod.gambitprofit.com/api/matches/c0e75e31-316a-4893-aa99-8e6646567fb9/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-04-01T19:42:14.985948-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": "LOS (C Kershaw)",
                "amount": 6892.0
            },
            {
                "team": "ARI (M Bumgarner)",
                "amount": 3108.0
            }
        ],
        "expected_reward_tokens": 9510.48,
        "profit_sb": 10.48,
        "profit_sb_percentage": 0.11,
        "recommended": true
    },
    "lines": [
        {
            "id": "ee828e07-2cb5-4654-9708-11af3fbda43b",
            "gambit_id": "359e2324-8606-4779-aa6a-acec1d0aecc3",
            "last_updated": "2023-04-03T10:01:53.772692-04:00",
            "created_at": "2023-04-01T19:42:14.987903-04:00",
            "name": "LOS (C Kershaw)",
            "reward": "1.38000",
            "odds": "1.40000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b52d72e-474e-406b-925c-a851fc2a93e3/?format=api"
        },
        {
            "id": "9146c79f-cb8f-4f71-b0b5-ae19c90b0e29",
            "gambit_id": "7a6ececd-a021-4aee-98ef-4c3046808573",
            "last_updated": "2023-04-03T10:01:53.776097-04:00",
            "created_at": "2023-04-01T19:42:14.990147-04:00",
            "name": "ARI (M Bumgarner)",
            "reward": "3.06000",
            "odds": "3.15000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/5b52d72e-474e-406b-925c-a851fc2a93e3/?format=api"
        }
    ]
}