GET /api/bet_types/2f2230cf-5587-4337-b0ef-2b99b871abc3/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "2f2230cf-5587-4337-b0ef-2b99b871abc3",
    "match": "https://api-prod.gambitprofit.com/api/matches/1e273873-3503-4893-b0bb-e36c1c428b62/?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": "PIT (B Wilson)",
                "amount": 5351.0
            },
            {
                "team": "CHC (J Assad)",
                "amount": 4649.0
            }
        ],
        "expected_reward_tokens": 9203.72,
        "profit_sb": 203.72,
        "profit_sb_percentage": 2.26,
        "recommended": true
    },
    "lines": [
        {
            "id": "c0addc8e-6f47-41da-acba-ef0641f44e94",
            "gambit_id": "fe54bc56-5d16-4dbf-8d98-c4345d9d0534",
            "last_updated": "2022-09-24T21:17:24.848358-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT (B Wilson)",
            "reward": "1.72000",
            "odds": "1.81970",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2230cf-5587-4337-b0ef-2b99b871abc3/?format=api"
        },
        {
            "id": "e8d204ba-f4eb-4aad-bdc5-81439db9b1c6",
            "gambit_id": "41e72738-3db2-4411-8563-916518cb89d9",
            "last_updated": "2022-09-24T21:17:24.849368-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "CHC (J Assad)",
            "reward": "1.98000",
            "odds": "2.12000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/2f2230cf-5587-4337-b0ef-2b99b871abc3/?format=api"
        }
    ]
}