GET /api/bet_types/38b840de-566f-4588-a947-5730183345f7/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": "38b840de-566f-4588-a947-5730183345f7",
    "match": "https://api-prod.gambitprofit.com/api/matches/df475da0-764b-4bc0-87d6-816ac3fb0173/?format=api",
    "name": "Pick the Winner",
    "created_at": "2023-05-30T10:47:17.801562-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": "HOU (B Bielak)",
                "amount": 5117.0
            },
            {
                "team": "MIN (J Ryan)",
                "amount": 4883.0
            }
        ],
        "expected_reward_tokens": 9568.79,
        "profit_sb": 68.79,
        "profit_sb_percentage": 0.72,
        "recommended": true
    },
    "lines": [
        {
            "id": "398f4017-c873-41f9-bc71-7476f471fa07",
            "gambit_id": "efd6c358-81fc-4f4a-8323-c8a436709113",
            "last_updated": "2023-05-31T11:47:20.998459-04:00",
            "created_at": "2023-05-30T10:47:17.809813-04:00",
            "name": "HOU (B Bielak)",
            "reward": "1.87000",
            "odds": "1.90910",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b840de-566f-4588-a947-5730183345f7/?format=api"
        },
        {
            "id": "99ea9fef-ddbe-4b10-b1e2-e49d51584a7f",
            "gambit_id": "4bd5ea1e-37cd-403c-9a1f-10c11c0c2638",
            "last_updated": "2023-05-31T11:47:20.996980-04:00",
            "created_at": "2023-05-30T10:47:17.804098-04:00",
            "name": "MIN (J Ryan)",
            "reward": "1.96000",
            "odds": "2.00000",
            "spread": null,
            "bet_type": "https://api-prod.gambitprofit.com/api/bet_types/38b840de-566f-4588-a947-5730183345f7/?format=api"
        }
    ]
}