GET /api/bet_types/b8c39b25-4285-48a7-8407-424f76a90957/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "b8c39b25-4285-48a7-8407-424f76a90957",
    "match": "https://api-prod.gambitprofit.com/api/matches/7d9cf023-07a3-4d3e-b616-25627de561b1/?format=api",
    "name": "Play the Odds",
    "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": "NYM",
                "amount": 5664.0
            },
            {
                "team": "PIT",
                "amount": 4336.0
            }
        ],
        "expected_reward_tokens": 9062.24,
        "profit_sb": 62.24,
        "profit_sb_percentage": 0.69,
        "recommended": true
    },
    "lines": [
        {
            "id": "3c0495e5-ddb8-443a-8b46-238284434739",
            "gambit_id": "9672fff3-e7a1-4140-a0b4-86d9526cc2d0",
            "last_updated": "2022-09-19T09:32:04.440959-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "NYM",
            "reward": "1.60000",
            "odds": "1.68970",
            "spread": "-1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c39b25-4285-48a7-8407-424f76a90957/?format=api"
        },
        {
            "id": "443bba92-74e6-438a-8b1f-d28a712d398d",
            "gambit_id": "fb6d3f50-eb99-429c-ad07-e873ac99a23f",
            "last_updated": "2022-09-19T09:32:04.441906-04:00",
            "created_at": "1969-12-31T19:00:00-05:00",
            "name": "PIT",
            "reward": "2.09000",
            "odds": "2.25000",
            "spread": "1.50",
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/b8c39b25-4285-48a7-8407-424f76a90957/?format=api"
        }
    ]
}